diff --git a/README.md b/README.md index 315d3f7..7628309 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ All contributors must agree to abide by our [Code of Conduct](https://github.com ## Installation Guide -In order to run this site locally, you'll want to clone this repository and install the requirements: +In order to run this site locally, you'll want to clone this repository and install the requirements (check the [Mac Troubleshooting](#mac-troubleshooting) section if you face any errors): ``` git clone https://github.com/psf/python-in-edu.git @@ -18,7 +18,14 @@ source .venv/bin/activate pip install -r requirements.txt ``` -You can then change directories into the python-in-edu folder and run the following command in the terminal: +You can then change directories into the python-in-edu folder and build the database: + +``` +python manage.py migrate +``` + + +To run the project locally, run the following command in the terminal: ``` python manage.py runserver @@ -43,3 +50,28 @@ If you want to use or test email functionality locally, you'll need to [run a si ## Notes We use the [Spirit project](https://spirit-project.com/) for our forums. + +--- + +