Skip to content
Snippets Groups Projects
Verified Commit 1b68ba3d authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Update readme for python 3.

parent e6e115d1
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ How to deploy ...@@ -10,7 +10,7 @@ How to deploy
The packages needed to deploy the website on Debian are: The packages needed to deploy the website on Debian are:
* python2.7 * python3
* virtualenv * virtualenv
* build-essential * build-essential
...@@ -19,7 +19,7 @@ Then, something like the following will do: ...@@ -19,7 +19,7 @@ Then, something like the following will do:
.. code-block:: shell .. code-block:: shell
mkdir -p /srv/www/teckids-website/data/{static,media} mkdir -p /srv/www/teckids-website/data/{static,media}
virtualenv --system-site-packages /srv/www/teckids-website/venv virtualenv -p python3 --system-site-packages /srv/www/teckids-website/venv
Make sure to place all secret configu variables in Make sure to place all secret configu variables in
`/etc/teckids/website.conf`. Then, continue with the Updating section. `/etc/teckids/website.conf`. Then, continue with the Updating section.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment