/python-setup

a simple bashscript to setup a python project

Primary LanguageShellGNU Affero General Public License v3.0AGPL-3.0

python-setup

this is a simple convienience bashscript to setup a python project.

It creates a virtual environment. Sources it and installs any packages from the requirements.txt file where the command was executed.

move the script to your /usr/local/bin directory and make it executable.

	sudo mv python-setup /usr/local/bin/
	sudo chmod +x /usr/local/bin/python-setup