Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 307 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 307 Bytes

Project Name

Setup

  1. Clone the repository:
    git clone https://github.com/your_username/your_project.git
    cd your_project
    

virtualenv venv source venv/bin/activate # macOS/Linux venv\Scripts\activate.bat # Windows

pip install -r requirements.txt

jupyter notebook

deactivate