Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 544 Bytes

Install.md

File metadata and controls

31 lines (20 loc) · 544 Bytes

Docker

docker pull hp77creator/tunex_v1:latest

Git

  • fork/clone this project by clicking on the respective button
  • clone the repo locally using:
$ git clone https://github.com/hp77-creator/TUNEX tunex
$ cd tunex 
  • create a virtual environment using virtualenv or any other environment creating tool like this:
$ virtualenv venv
$ source venv/bin/activate
  • Install all the requirements mentioned in the requirements.txt(It will take a while):
$ pip install -r requirements.txt