Skip to content

Commit

Permalink
Update README.md according to @fcroth's suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: frcroth <[email protected]>
  • Loading branch information
BenBals and frcroth authored Dec 20, 2023
1 parent 699a9d0 commit 3d82d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This tool is used to manage the student representative website at https://myhpi.
To set up a development version on your local machine, you need to execute the following steps:

1. Check out repository and cd to it
1. Set up a virtualenv for the project with Python >=3.8 and activate it (e.g., `python3 -m venv venv`)
1. Set up a virtualenv for the project with Python >=3.8 and activate it (e.g., `python3 -m venv venv` and `source venv/bin/activate`)
1. Install poetry (if not already installed): `curl -sSL https://install.python-poetry.org/ | python -`
1. Install dependencies with `poetry install`
1. Install bootstrap with `python install-bootstrap.py`
Expand Down

0 comments on commit 3d82d94

Please sign in to comment.