conick / pyforma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyForma

Requirements

  • Python 3.9+

Setup

Open cli and go to folder what shoud store pyforma project

cd /Projects

Get repo and initialize git

git clone https://github.com/conick/pyforma
cd pyforma
git init

Create and activate virtual env (it is optional, you can use global packages configuration)

python3 -m venv env
./env/bin/activate

Install packages by pip

pip3 install -r requirements.txt

Additional for winservice:

pip3 install pywin32

Copy config-template.yaml as config.yaml and setup last one

Run

python3 src/main.py

Check version

git describe --tags

About


Languages

Language:Python 100.0%