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: 3 months ago
JSON representation
Super easy script that can make a virtual env
- Host: GitHub
- URL: https://github.com/zackees/install.py
- Owner: zackees
- License: mit
- Created: 2021-05-09T16:55:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T06:42:19.000Z (4 months ago)
- Last Synced: 2024-07-23T08:43:53.523Z (4 months ago)
- Language: Python
- Size: 130 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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`