File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1717We recommend using the [ virtualenv] ( http://virtualenv.readthedocs.org/en/latest/ )
1818package 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 *
2626by running this command:
2727
2828```
29- $ source photogram -venv/bin/activate
29+ $ source threema-gateway -venv/bin/activate
3030```
3131
3232To deactivate the virtual environment, just run:
@@ -42,8 +42,7 @@ If you are using a virtual environment, activate it first.
4242Install 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
4948The dependency `` libnacl `` will be installed automatically. However, you may need to
You can’t perform that action at this time.
0 commit comments