/py-start

Safe Python-starter script for simple Python projects. Automatically sets up a virtual environment for you.

Primary LanguageShell

py-start

Simple and safe Python-starter script.

Requirements

  • python or python3; pip or pip3 installed.
  • requirements.txt file on the root of your project.

Usage

Execute this on the root of your project.

curl https://raw.githubusercontent.com/marcelovicentegc/py-start/main/start.sh | sh