/install.py

Super easy script that can make a virtual env

Primary LanguagePythonMIT LicenseMIT

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