Fix(Content): Corrected file and project references in README.

This commit is contained in:
2025-02-26 12:53:05 +00:00
parent 9a411dd56e
commit 7df2642002
8 changed files with 94 additions and 7 deletions

View File

@@ -16,19 +16,22 @@ NOTE: ALL INSTRUCTIONS ARE FOR LINUX.
## 2. Create virtual environment
2.1. Terminal command
- python3 -m venv env_demo_partsERP
- python3 -m venv env_demo_braille
## 3. Enter virtual environment
3.1. Terminal command
- source env_demo_partsERP/bin/activate
- source env_demo_braille/bin/activate
## 4. Install required python packages
4.1. Terminal command
- pip3 install -r requirements.txt
## 11. Run project
11.1. Terminal command
- python3 model_gen/main.py
11.1. Run interactive translator tool with terminal command
- python3 main.py
11.2. Run tests
- python3 tests/all_tests.py
# Gallery