Skip to content

Commit

Permalink
Add recommendations to upgrade pip and/or setuptools in README (#192)
Browse files Browse the repository at this point in the history
* Add recommendations to upgrade pip and/or setuptools in README 

Following (#136), this adds a little more guidance for users who might experience installation woes. Note that in our azure pipelines, we ourselves upgrade pip and setuptools before testing installation from source.
  • Loading branch information
ulupo authored and lewtun committed Jan 20, 2020
1 parent a98eac3 commit 7857e09
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ The simplest way to install giotto-learn is using ``pip`` ::

pip install -U giotto-learn

Note: the above may fail on old versions of ``pip``. We recommend upgrading ``pip``
to a recent version.

Pre-release, experimental builds containing recently added features and/or
bug fixes can be installed by running ::

Expand Down Expand Up @@ -144,7 +147,8 @@ To install:
cd giotto-learn
pip install -e ".[tests, doc]"
From there any change in the library files will be immediately available on your machine.
This way, you can pull the library's latest changes and make them immediately available on your machine.
Note: we recommend upgrading ``pip`` and ``setuptools`` to recent versions before installing in this way.

Testing
~~~~~~~
Expand Down

0 comments on commit 7857e09

Please sign in to comment.