1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-22 16:12:29 +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:
drevicko 2017-03-02 11:08:02 +00:00 committed by GitHub
parent cbeb3adbdb
commit 0394bcd69c

View File

@ -23,7 +23,8 @@ Through PIP
.. code:: bash .. code:: bash
pip install --user senpy make version
pip install -U --user senpy
Alternatively, you can use the development version: Alternatively, you can use the development version: