small correct in readme

This commit is contained in:
Danila Gamkov 2025-06-10 13:59:46 +03:00
parent ab2a3e8b53
commit cf3c9290b0
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ git clone http://heagit.cosmos.ru/gamkov/mvn_flight.git
```bash
sudo apt update
sudo apt install python3 python3-pip
pip3 install matplotlib pandas openpyxl scipy
pip3 install --upgrade matplotlib pandas openpyxl scipy
```
1. Install Rust compiler (if you do not have):
@ -66,7 +66,7 @@ git clone http://heagit.cosmos.ru/gamkov/mvn_flight.git
3. Open CMD and install python dependencies:
```cmd
pip install matplotlib pandas openpyxl scipy
pip install --upgrade matplotlib pandas openpyxl scipy
```
4. Install Rust compiler (if you do not have):

Binary file not shown.