/study_spaces

A Django webapp StudySpaces for the WAD Assessment

Primary LanguagePython

study-spaces

A Django webapp StudentSpaces for the WAD Assessment

Installation instructions

  • Create a folder within your WAD folder called study_spaces
  • Create your own branch of the project on github
  • Clone the github repo into that folder
  • Navigate to that folder in your Terminal of choice and create a conda environment with the name study_spaces and the python version 3.9 conda create -n study_spaces python=3.9
  • Pip install all of the requirements using the command pip install -r requirements.txt
  • In theory it should all work now, reach out to me if its broken