mathLab / BladeX

BladeX - Python Blade Morphing
https://mathlab.github.io/BladeX/
Other
67 stars 30 forks source link

Suggestion: modernize installation instructions #42

Closed astrojuanlu closed 5 years ago

astrojuanlu commented 5 years ago

A workaround is shown in the installation instructions to be able to uninstall the package:

https://github.com/mathLab/BladeX/blame/v0.1/README.md#L63-L68

Nowadays, the most common practice is to do pip install git+https://github.com/mathLab/BladeX.git or pip install /path/to/BladeX instead, which allows easy uninstall and is forward-compatible with a future world without setup.py files.

mtezzele commented 5 years ago

Fixed in #44