Gold Repository Unit for Mathematical statistics in PYthon
GrumPy requires Windows 10 and Python 3.8.0 to run and PIP 20.2.4.
1. Clone repository to your machine
2. Enter GrumPy repository folder
3. Open a command prompt as Administrator in the Grumpy folder
4. Create a virtual environment with the command:
python -m venv grumpy-env
or python3 -m venv grumpy-env
5. Activate the python virtual environment:
.\grumpy-env\Scripts\activate.bat
6. Run the command to install pip dependencies:
pip install -r requirements.txt
or pip3 install -r requirements.txt
7. Run the command to download and install the database and dependencies:
python config_script.py Install
or python3 config_script.py Install
8. Run the command to run Grumpy:
python config_script.py Run
or python3 config_script.py Run
9. Open any browser (Google Chrome, Edge, Mozilla Firefox) and type in the address:
http://localhost:8000
or select the browser list in terminal to open GrumPy
(TO CLOSE THE APPLICATION in Run mode, CLOSE ALL THE WINDOW THAT THE SCRIPT OPENED)
.\grumpy-env\Scripts\deactivate.bat