Skip to content

Commit

Permalink
Use pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed May 12, 2018
1 parent 2110e8e commit 634b060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ Linux users **have to** use the source code and install some dependencies, but W

1. Go to the [release-section](https://github.com/DARIAH-DE/TopicsExplorer/releases/latest) and download the **source code** as ZIP archive.
2. Unzip the archive, e.g. using `unzip` via the command-line.
3. Make sure you have [Pipenv](https://docs.pipenv.org/) installed (if not: use `pip3 install pipenv`).
3. Make sure you have [Pipenv](https://docs.pipenv.org/) installed (if not: use `pip3 install --user pipenv`).
4. Run `pipenv install`, and afterwards `pipenv shell`.
5. To start the application, type `python topicsexplorer.py`, and press enter.

Expand Down

0 comments on commit 634b060

Please sign in to comment.