Skip to content

aleemcahn/rh

 
 

Repository files navigation

rh

Quick install

  1. Install the latest version of python and virtualenv.
virtualenv installation:
https://virtualenv.pypa.io/en/latest/installation.html
  1. Clone this repository
git clone git@github.com:iMMAP/rh.git
  1. Create virtualenv environment
cd rh
virtualenv --python=<YOUR_LOCAL_PYTHON_PATH> .venv
  1. Install packages
pip install -r requirements_dev.txt
  1. Activate your environment
source .venv/bin/activate

About

iMMAP RH Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 35.5%
  • HTML 34.5%
  • CSS 25.0%
  • Python 5.0%