jerbaroo / bridge-sim

Python library for concrete slab bridge simulation.
MIT License
1 stars 0 forks source link

Python & Windows #144

Closed jerbaroo closed 4 years ago

jerbaroo commented 4 years ago

I'm pretty sure it used to work on the workhorse, but I have entirely messed up my Python installation on the workhorse. Pipenv doesn't work at all. I need to focus on my thesis, but I can take a look again this evening, but this issue will not be my priority.

jerbaroo commented 4 years ago

So this works fine on the Windows TNO laptop I'm using. Must be todo with multiple Python installations. The pipenv command takes a --python flag when creating a Virtual environment, which might address this

jerbaroo commented 4 years ago

Running the CLI on Windows works. I'm dropping support for helping users get my Jupyter notebooks running on their machines (beyond scope of this library), instead I will provide a minimal .py file for users to get started (the example given in thesis) and give instructions for that.