Skip to content

Commit

Permalink
update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
strohne committed Aug 29, 2019
1 parent 22985dd commit 332dfd7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,14 @@ Make sure python.exe are in the path. See https://docs.python.org/3/using/window

Open the command line in a directory of your choice and execute the comments indicated by the $ sign

- Install additional software
$ pip install virtualenv

- Clone Facepager
$ git clone https://github.com/strohne/Facepager
$ cd Facepager

- Setup Python environment
$ virtualenv pyenv
$ pyenv\Scripts\activate

$ python -m venv pyenv
$ source pyenv\Scripts\activate.bat
$ pip install SQLAlchemy python-dateutil requests_oauthlib requests-toolbelt rauth lxml xmljson numpy pandas
$ pip install PySide2==5.11.1

Expand Down

0 comments on commit 332dfd7

Please sign in to comment.