Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/zackees/install.py

Super easy script that can make a virtual env
https://github.com/zackees/install.py

Last synced: 4 months ago
JSON representation

Super easy script that can make a virtual env

Lists

README

        

# install.py

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

[![Windows_Tests](https://github.com/zackees/install.py/actions/workflows/push_win.yml/badge.svg)](https://github.com/zackees/install.py/actions/workflows/push_win.yml)

[![MacOS_Tests](https://github.com/zackees/install.py/actions/workflows/push_macos.yml/badge.svg)](https://github.com/zackees/install.py/actions/workflows/push_macos.yml)

[![Ubuntu_Tests](https://github.com/zackees/install.py/actions/workflows/push_ubuntu.yml/badge.svg)](https://github.com/zackees/install.py/actions/workflows/push_ubuntu.yml)

[![Ubuntu_Remote_Test](https://github.com/zackees/install.py/actions/workflows/push_ubuntu_remote_install.yml/badge.svg)](https://github.com/zackees/install.py/actions/workflows/push_ubuntu_remote_install.yml)

# Quick install

* `cd `
* 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`