Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christoph Wick
ocropy
Commits
fc525cb2
Commit
fc525cb2
authored
Mar 23, 2017
by
Philipp Zumstein
Committed by
GitHub
Mar 23, 2017
Browse files
Merge pull request #196 from tmbdev/update-virtualenv
Update installation steps for virtualenv
parents
4efbddca
ae763b03
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
fc525cb2
...
...
@@ -26,14 +26,15 @@ To install OCRopus dependencies system-wide:
$ mv en-default.pyrnn.gz models/
$ sudo python setup.py install
Alternatively, dependencies can be installed into a
[Python Virtual Environment]
(http://docs.python-guide.org/en/latest/dev/virtualenvs/):
Alternatively, dependencies can be installed into a
[
Python Virtual Environment
]
(
http://docs.python-guide.org/en/latest/dev/virtualenvs/
)
:
$ virtualenv ocropus_venv/
$ source ocropus_venv/bin/activate
$ pip install -r requirements.txt
$ wget -nd http://www.tmbdev.net/en-default.pyrnn.gz
$ mv en-default.pyrnn.gz models/
$ python setup.py install
An additional method using
[
Conda
](
http://conda.pydata.org/
)
is also possible:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment