Skip to content

Commit

Permalink
Merge pull request web64#10 from elievischel/patch-4
Browse files Browse the repository at this point in the history
Update README.md for python3 for pyicu
  • Loading branch information
web64 authored Jan 3, 2021
2 parents dbf8714 + dc878ee commit 26faa82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ cd nlpserver

sudo apt-get install -y libicu-dev python3-pip
sudo apt-get install polyglot
sudo apt-get install python3-icu
pip3 install -r requirements.txt
```

Expand Down Expand Up @@ -58,7 +59,7 @@ If you have any problems installing from requirements.txt you can instead instal
sudo apt-get install -y libicu-dev
sudo apt-get install -y python3-pip

sudo pip3 install pyicu
sudo pip3 install pyicu
sudo pip3 install numpy
sudo pip3 install Flask
sudo pip3 install polyglot
Expand Down

0 comments on commit 26faa82

Please sign in to comment.