Skip to content

Commit

Permalink
python3
Browse files Browse the repository at this point in the history
  • Loading branch information
web64 committed Jan 16, 2019
1 parent d4b54e1 commit 5172c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pip3 install -r requirements.txt

# English Language models - add other models you might require
polyglot download LANG:en
python -m spacy download en
python3 -m spacy download en

# Supervisor - update paths in nlpserver.conf if different
cp nlpserver.conf /etc/supervisor/conf.d
Expand Down
2 changes: 1 addition & 1 deletion nlpserver.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[program:nlpserver]
command=/usr/bin/python3.5 /home/forge/nlpserver/nlpserver.py
command=/usr/bin/python3 /home/forge/nlpserver/nlpserver.py
directory=/home/forge/nlpserver/
user=forge
autostart=true
Expand Down

0 comments on commit 5172c57

Please sign in to comment.