dendihandian / python-venv-starter

I have initiated many python projects, so why don't I cut the initiation part?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Venv Starter

Starter repository for your python project with basic virtualenv setup.

Requirements

  • python3
  • venv

Setup

You can clone the repository as a new project:

git clone https://github.com/dendihandian/python-venv-starter my-python-project

Go to repository directory using terminal/cmd.

Initiating the virtualenv:

.\scripts\initiate.bat

Activating the virtualenv:

.\scripts\activate.bat

importing the dependencies (active venv) :

.\scripts\dependencies_import.bat

Common Practice and Usage

Exporting dependencies (active venv) :

.\scripts\dependencies_export.bat

Deactivating virtualenv (active venv) :

.\scripts\deactivate.bat

About

I have initiated many python projects, so why don't I cut the initiation part?


Languages

Language:Batchfile 100.0%