Skip to content

quancao-ea/Django-REST-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Instructions

Prerequisites

  • Install pyenv by following the instructions at this link.
  • Install virtualenv.

Setting Up the Project

  1. Clone the repository:
git clone https://github.com/yourusername/yourproject.git
cd yourproject
  1. Install the specified Python version:
pyenv install 3.12.3
  1. Set the local Python version:
pyenv local 3.12.3
  1. Create and activate a virtual environment:
virtualenv venv
source venv/bin/activate  # On Windows use `venv\Scripts\activate`
# Deactivate later using command `deactivate`
  1. Install the project dependencies:
pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages