Skip to content

Commit 1ffbf7b

Browse files
committed
📝 Update the install instructions
1 parent 8f0b26e commit 1ffbf7b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,17 @@ Download and installation
2323

2424
.. code-block:: console
2525
26-
$ git clone git@github.com:python-berlin/python.berlin_website.git
26+
$ git clone git@github.com:python-berlin/python.berlin.git
2727
2828
#. Create virtual environment
2929

3030
.. code-block:: console
3131
32-
$ cd python.berlin_website
33-
$ python3 -m pip install -r requirements_dev.txt
32+
$ cd python.berlin
33+
$ $ python3 -m venv .
3434
$ source bin/activate
35+
$ python -m pip install --upgrade pip
36+
$ python -m pip install -r requirements_dev.txt
3537
$ pre-commit install
3638
3739
#. Create HTML

0 commit comments

Comments
 (0)