marcelovicentegc / py-start

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Shell 100.0%