wokka1 / DualUniverseMarketCalc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dual Universe Market Calc

Usage

Run sh run.sh from a shell and it will startup everythign for you 😁

Dev Setup

If the env folder hasn't been created yet locally, run

python3 -m venv env

Then, once the folder has been created, run

. env/bin/activate

To enter the virtual Python environment. Then you can install new dependencies with the following:

pip3 install somePackage
pip3 freeze > requirements.txt

About


Languages

Language:Python 99.3%Language:Shell 0.7%