Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.1 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.1 KB

install.py

Super easy script that can make a virtual environment then drop in an active.sh at your project root.

Windows_Tests

MacOS_Tests

Ubuntu_Tests

Ubuntu_Remote_Test

Quick install

  • cd <YOUR DIRECTORY>
  • Download and install in one line (requires git-bash on windows):
    • curl https://raw.githubusercontent.com/zackees/install.py/main/install -o install && bash ./install
  • To enter the environment run:
    • source activate.sh