diff options
| author | Dmitrii Morozov <snoopdesigns@gmail.com> | 2024-05-06 18:28:40 +0200 |
|---|---|---|
| committer | Dmitrii Morozov <snoopdesigns@gmail.com> | 2024-05-06 18:28:40 +0200 |
| commit | 753837d50fddf67086d66b390330377466affffb (patch) | |
| tree | e71e1e647ae717bbb1ed74c70dc46a6bf2d9c231 | |
| parent | 8e996d9094814b74195c49d4c8aa2d1ebb37e206 (diff) | |
Updated readme
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ ## Running +Install all required depedencies using: + +``` +pip install -r requirements.txt +``` + Build and execute using python environment: ``` |
