Skip to content

Commit

Permalink
Update quick installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Nov 6, 2017
1 parent e569e12 commit 59eb315
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,15 @@ To install the latest development version:
$ pip install --upgrade git+https://github.com/DARIAH-DE/Topics.git@testing
```

Also, you can clone the repository (or download the [ZIP-archive](https://github.com/DARIAH-DE/Topics/archive/master.zip)) and install it from its source code:
Also, you can clone the repository:

```
git clone https://github.com/DARIAH-DE/Topics.git
```

or download the [ZIP-archive](https://github.com/DARIAH-DE/Topics/archive/master.zip)) and install it from its source code:

```
cd Topics
python setup.py install
```
Expand Down

0 comments on commit 59eb315

Please sign in to comment.