You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,6 @@ Features supported so far:
25
25
26
26
Install Instructions
27
27
--------------------
28
-
rtrlib-python is not on pypi yet, but you can just run ``python setup.py install``.
29
-
It is probably a good idea to use a virtualenv.
30
28
31
29
Requirements
32
30
''''''''''''
@@ -35,7 +33,18 @@ Requirements
35
33
- enum34
36
34
- six
37
35
38
-
and a c compiler for building the module.
36
+
and a c compiler at build time.
37
+
38
+
If you are using virtualenv the Requirements are installed automatically during the install step, otherwise you have to use your platforms package management tool or just run pip install -r requirements.txt.
0 commit comments