Skip to content
Snippets Groups Projects
Commit f63d74cd authored by Maryshca's avatar Maryshca
Browse files

fix README.md

parent f6d0233a
Branches
No related tags found
No related merge requests found
...@@ -2,13 +2,12 @@ ...@@ -2,13 +2,12 @@
## Как запустить? ## Как запустить?
`pip install dearpygui` `pip install dearpygui numpy`
`git clone http://tesla.parallel.ru/kuzmichovamary/gui.git` `git clone http://tesla.parallel.ru/kuzmichovamary/gui.git`
`cd gui` `cd gui`
`python run prerun.py` -- один раз (тут собирается `config-parser` ;) `python prerun.py` -- один раз (тут собирается `config-parser` ;)
`python run app.py`
`python app.py`
\ No newline at end of file
import json import json
import numpy as np
from random import shuffle from random import shuffle
#from scipy.stats import truncnorm, beta, uniform
import os import os
import sys import sys
import numpy as np
#from scipy.stats import truncnorm, beta, uniform
SURFACE = 0 SURFACE = 0
ROAD = -1 ROAD = -1
TREE = -2 TREE = -2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment