Skip to content

Console line app for self-updating rating system

Notifications You must be signed in to change notification settings

fbosnic/ratingsapp

Repository files navigation

ratingsapp

Console line app for self-updating rating system

Installation

Using pip

python3 -m venv .venv
pip install -r requirements_pip_python38+.txt
source .venv/bin/activate

pip install -e .
  1. Crates a new virtual env
  2. Install all required packages in this new virtual env
  3. Activates this virtual env
  4. Installs the 'frank' package

Using conda

conda env create --name ratings --file requirements_conda.yml
conda activate ratings

pip install -e .

Usage

Navigate to project folder and activate the virtual env. Use the app!

source .venv/bin/activate

frank list players

It is possible to install package in global python which should enable to use command frank from anywhere. Currently it throws me some error. And maybe it does not know how to find DATA folder if I am anywhere?

About

Console line app for self-updating rating system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages