From b84b01d01607350fe658d7e85b63a5f5f0db9f9e Mon Sep 17 00:00:00 2001 From: taf965 <112832453+taf965@users.noreply.github.com> Date: Mon, 21 Nov 2022 00:29:46 -0600 Subject: [PATCH] updated Readme file --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95d09f2b..58ee6882 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -hello world \ No newline at end of file +To run this project on mac, +1. Make sure you have the lastest version of python installed. +2. Clone the repo from gitlab into githubDesktop and then open a terminal on VScode or your computer terminal. +3. Run the following commads(creating virtual env) + mkdir venvosx + cd venvosx + virtualenv -p python3 . + source ./bin/activate + cd .. + cd bikeAssistant +4. You also need to install django before running the project + pip install django +5. After djago installation, run the server + python manage.py runserver +6. You will be able to click on the link after that command \ No newline at end of file -- GitLab