Skip to content

gcivil-nyu-org/INET-Monday-Spring2023-Team-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VolunCHEER

Python Version Django Version

Build and Test Status

Main

Main Status Coverage Status

Develop

Develop Status Coverage Status

Development Environment

Setup

To prepare an environment for development perform the following steps from the root of the local Github repository:

  1. Create a virtual environment:

    virtualenv ${NAME:?}
  2. Activate the environment:

    source ${NAME:?}/bin/activate
  3. Install PyPi dependencies:

    pip install -r voluncheer/requirements.txt

Adding New Requirements

If there are new requirements you need to add run the following from the root directory of the local GitHub repository:

pip freeze > voluncheer/requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7