diff --git a/Project-setup.md b/Project-details.md similarity index 85% rename from Project-setup.md rename to Project-details.md index 8f6d2ba..ce0d46f 100644 --- a/Project-setup.md +++ b/Project-details.md @@ -1,3 +1,4 @@ +## Project Setup 1. Clone the app 2. Create a virtual environment `python3 -m venv virtualenv` 3. Activate virtualenv `source virtualenv/bin/activate`