sherpa-ai / sherpa

Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.
http://parameter-sherpa.readthedocs.io/
GNU General Public License v3.0
333 stars 54 forks source link

use development install instead of path export? #116

Open mathause opened 2 years ago

mathause commented 2 years ago

I just had a look at your installation guide where you recommend to prepend the sherpa path to PYTHONPATH. I think this is not best practice you get your sherpa installation into all environments. I would recommend you use a development install with pip instead:

cd sherpa
python -m pip install -e .