bbuenoun / trace-glare

Script to run dynamic glare simulations (DGP) by using Radiance raytracing
Other
0 stars 0 forks source link

List requirements with versions in `requirements.txt` #8

Closed simon-wacker closed 3 years ago

simon-wacker commented 4 years ago

There is at least one requirement that does not come with python, namely numpy. Create a requirements.txt file and add a line of the form numpy==1.18.1 (I used the version that Fener uses right now here). Check in a clean environment, for example, a clean Python virtual environment, that all necessary requirements with correct versions are inside requirements.txt. Packages can be installed from such a file by running

pip install --user --no-cache-dir -r requirements.txt