nasa / progpy

The NASA Prognostic Python Packages is a Python framework focused on defining and building models and algorit for prognostics (computation of remaining useful life) of engineering systems, and provides a set of models and algorithms for select components developed within this framework, suitable for use in prognostic applications.
https://nasa.github.io/progpy/
Other
60 stars 8 forks source link

Update documentation on installing pre-release #161

Open adam-sweet opened 2 months ago

adam-sweet commented 2 months ago

Location where change is recommended In the main documentation page, https://nasa.github.io/progpy/

Recommended change Update the way to install a pre-release, aka a local dev version of progpy. Use whatever the recommended way you choose, I'm a noob at this. But "python3 -m pip install . " seemed to work for me.

Reason I got an error message when trying to use 'pip install -e .' :

ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: /home/dev/prog/progpy (A "pyproject.toml" file was found, but editable mode currently requires a setup.py based build.)