WillBridge0789 / ComicCraze-backend

1 stars 0 forks source link

Setting up local environment #3

Open emberborja opened 1 year ago

emberborja commented 1 year ago

Clone this repo onto your local machine and CD into your project repo. I found this article help I am following the Django docks to get it install locally. https://docs.djangoproject.com/en/4.2/howto/windows/

  1. See if you have python install on your windows machine by running this command in the command line: py --version
  2. Make a virtual environment in your repo following the instructions and links in the section "setting up a virtual environment"
  3. I ran the install script for Django because it will give the most recent version, but you could just run python -m pip install -r requirements.txt and it will install Django as well
  4. run python -m pip install -r requirements.txt if you have not done so yet.
emberborja commented 1 year ago

Going to try running this in docker instead.