nasa / bingo

Apache License 2.0
47 stars 28 forks source link

conda source install #56

Closed mrbuche closed 2 years ago

mrbuche commented 2 years ago

I usually install Bingo in a conda env, maybe others are interested as well. I added the instructions to the README. As well as a detail about adding Bingo to your PYTHONPATH to use it outside of the cloned repo.

Bingo could also be installed this way by doing python setup.py install at the end, where python is the conda env's python, but it doesn't work out (probably similar issues as the pip install bingo-nasa).