Skip to content

Gabriel-f-r-bojikian/maxwell-data-processor

Repository files navigation

Maxwell

Linux: Debian

Inside the folder ./, copy and paste on command line

sudo apt update
sudo apt upgrade

Exit command line. Then copy and paste on command line

# This
virtualenv venv
source ./venv/bin/activate
# Or this
python3 -m venv venv
source ./venv/bin/activate

Then copy and paste

python -m pip install --upgrade pip
pip install --upgrade cython
pip install wheel
pip install -r dev-requirements.txt

Windows

Inside the folder ./, copy and paste on command line

python -m venv venv
.\venv\Scripts\activate

Then copy and paste

python -m pip install --upgrade pip
pip install --upgrade cython
pip install wheel
pip install -r dev-requirements.txt

Run program

(venv) .\> python src/main.py

About

Data processing software for the FDC Platform project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published