cannibalcheeseburger / environment-setup

Easy setup python environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

environment-setup

forthebadge forthebadge

Tool to easily setup python environment.

ps: it works (for now)

.
├── README.md
├── sample
│   │── __init__.py
|   └── __main__.py
├── LICENSE
├── .gitignore
├── setup.py
└── tests
    └── __init__.py

project structure ^

Installation

Build from Source

Clone the repository and checkout to stable commit

git clone https://github.com/cannibalcheeseburger/environment-setup.git
cd environment-setup

Install Requirements

For pipenv:

pipenv install

For pip:

pip install -r requirements.txt

Usage

Setup python project and environment:

python main.py

Contact / Social Media

Email: kashish.srivastava014@gmail.com

Developed by

Developer / Author: Kashish Srivastava

About

Easy setup python environment

License:MIT License


Languages

Language:Python 100.0%