sherpa-ai/sherpa

use development install instead of path export?

mathause opened this issue · 0 comments

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 .