Skip to content

Commit fedb9ff

Browse files
author
Threema GmbH
committed
Merge pull request #1 from lgrahl/patch-1
Fix commands in readme
2 parents e982c74 + 183e240 commit fedb9ff

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ On machines where Python 3 is not the default Python runtime, you should use
1111
## Prerequisites
1212

1313
```
14-
$ sudo apt-get install python3 python3-pip python-virtualenv
14+
$ sudo apt-get install python3 python3-pip
1515
```
1616

1717
We recommend using the [virtualenv](http://virtualenv.readthedocs.org/en/latest/)
1818
package to create an isolated Python environment:
1919

2020
```
2121
$ sudo pip install virtualenv
22-
$ virtualenv -p python3 threema-gateway
22+
$ virtualenv -p python3 threema-gateway-venv
2323
```
2424

25-
You can switch into the created virtual environment *threema-gateway*
25+
You can switch into the created virtual environment *threema-gateway-venv*
2626
by running this command:
2727

2828
```
29-
$ source photogram-venv/bin/activate
29+
$ source threema-gateway-venv/bin/activate
3030
```
3131

3232
To deactivate the virtual environment, just run:
@@ -42,8 +42,7 @@ If you are using a virtual environment, activate it first.
4242
Install the module by running:
4343

4444
```
45-
$ unzip threema-gateway-*.zip
46-
$ pip install threema-gateway
45+
$ pip install git+https://github.com/threema-ch/msgapi-sdk-python.git
4746
```
4847

4948
The dependency ``libnacl`` will be installed automatically. However, you may need to

0 commit comments

Comments
 (0)