mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-22 00:02:28 +00:00
add make version to readme for pip install
pip install needs the VERSION file - `make version` will create that file I also added the -U flag to pip install to force install (this is important if the user is playing with the code or trying out different older versions, as pip will not install if it thinks the git repo represents a version already installed or older than the one installed)
This commit is contained in:
parent
cbeb3adbdb
commit
0394bcd69c
@ -23,7 +23,8 @@ Through PIP
|
||||
|
||||
.. code:: bash
|
||||
|
||||
pip install --user senpy
|
||||
make version
|
||||
pip install -U --user senpy
|
||||
|
||||
|
||||
Alternatively, you can use the development version:
|
||||
|
Loading…
Reference in New Issue
Block a user