Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 500 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 500 Bytes

🌟 NRH Project

🚀 Getting Started

1. Fork & Clone the Repository

Click Fork (top-right) to create your copy of this repo. Then, clone your forked repo and navigate into the project directory:

cd NRH

Set up the environment (macOS/Linux)

python -m venv venv
source venv/bin/activate  

Set up the environment (Windows)

python -m venv venv
venv\Scripts\activate

Install dependencies

pip install -r requirements.txt