diff --git a/README.md b/README.md index 74255919..2e9cd6ae 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ The steps in this document assume that you have access to an OpenShift deploymen Prerequesites: * Docker -* Python 3.6 +* Docker Compose +* Python 3.8 To run this project in your development machine, follow these steps: @@ -22,21 +23,21 @@ To run this project in your development machine, follow these steps: 3. Install dependencies: - `pip3.6 install -r requirements.txt` + `pip3.8 install -r requirements.txt` 4. Create an environment settings file by copying `.env.example` to `.env` (`.env` will be ignored by Git) 5. Create a development database: - `python3.6 ./manage.py migrate` + `python3.8 ./manage.py migrate` 6. Load questions from fixtures: - `python3.6 ./manage.py loaddata edivorce/fixtures/Question.json` + `python3.8 ./manage.py loaddata edivorce/fixtures/Question.json` 7. If everything is alright, you should be able to start the Django development server: - `python3.6 ./manage.py runserver 0.0.0.0:8000` + `python3.8 ./manage.py runserver 0.0.0.0:8000` 8. Start up docker containers: diff --git a/vue/src/pages/final-filing/FinalFiling.vue b/vue/src/pages/final-filing/FinalFiling.vue index dc20f00e..d07ab356 100644 --- a/vue/src/pages/final-filing/FinalFiling.vue +++ b/vue/src/pages/final-filing/FinalFiling.vue @@ -2,11 +2,11 @@