We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f0d41 commit 69d7afcCopy full SHA for 69d7afc
README.md
@@ -63,9 +63,9 @@ Wrapper scripts are included to generate features and do deep learning using [Th
63
64
### Install Python libraries
65
66
-1. Setup virtualenv ``virtualenv --no-site-packages venv``
67
-2. Activate virtualenv ``source venv/bin/activate``
68
-3. Install libraries ``pip install -r requirements.txt``
+1. Setup virtualenv: ``virtualenv --no-site-packages venv``
+2. Activate virtualenv: ``source venv/bin/activate``
+3. Install libraries: ``pip install -r requirements.txt``
69
70
### Install jpy for bridging Python and Java code
71
0 commit comments