We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0b26e commit 1ffbf7bCopy full SHA for 1ffbf7b
1 file changed
README.rst
@@ -23,15 +23,17 @@ Download and installation
23
24
.. code-block:: console
25
26
- $ git clone git@github.com:python-berlin/python.berlin_website.git
+ $ git clone git@github.com:python-berlin/python.berlin.git
27
28
#. Create virtual environment
29
30
31
32
- $ cd python.berlin_website
33
- $ python3 -m pip install -r requirements_dev.txt
+ $ cd python.berlin
+ $ $ python3 -m venv .
34
$ source bin/activate
35
+ $ python -m pip install --upgrade pip
36
+ $ python -m pip install -r requirements_dev.txt
37
$ pre-commit install
38
39
#. Create HTML
0 commit comments