Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit eca7bc8

Browse files
committed
Update installation instructions
1 parent db45dac commit eca7bc8

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
1. Install Python 3.6
1+
1. Install Python 3.6 (`Ubuntu <http://ubuntuhandbook.org/index.php/2017/07/install-python-3-6-1-in-ubuntu-16-04-lts/>`__, `MacOS <https://www.python.org/downloads/mac-osx/>`__)
22

3-
2. Clone the project at https://github.com/nginyc/rafiki
3+
2. Clone the project at https://github.com/nginyc/rafiki (e.g. with `Git <https://git-scm.com/downloads>`__)
44

55
3. Within the project's root folder, install Rafiki Client's Python dependencies by running:
66

77
::
88

9-
pip install -r ./rafiki/client/requirements.txt
9+
pip3.6 install -r ./rafiki/client/requirements.txt
1010

11-
4. Set ``$PYTHONPATH`` to the project's root folder:
12-
13-
::
14-
15-
export PYTHONPATH=$PWD

0 commit comments

Comments
 (0)