Skip to content

Commit

Permalink
Added target for installing appropriate python packages (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: OlhaVorobiova <olha.vorobiova@dxc.com>
  • Loading branch information
AKalinich-Luxoft and OlhaVorobiova authored Oct 15, 2021
1 parent af8395c commit 8bd8875
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Getting Started/Install and Run/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The dependencies for SDL Core vary based on the configuration. You can change SD
The default dependencies for SDL Core can be installed with the following command:

```bash
sudo apt-get install git cmake build-essential sqlite3 libsqlite3-dev libssl-dev libssl1.1 libusb-1.0-0-dev libudev-dev libgtest-dev libbluetooth3 libbluetooth-dev bluez-tools libpulse-dev python3-pip python3-setuptools python
sudo apt-get install git cmake build-essential sqlite3 libsqlite3-dev libssl-dev libssl1.1 libusb-1.0-0-dev libudev-dev libgtest-dev libbluetooth3 libbluetooth-dev bluez-tools libpulse-dev python3-pip python3-setuptools python3-wheel python
```

### Clone SDL Core and Submodules
Expand Down Expand Up @@ -78,6 +78,7 @@ From there, you can build and install the project, run the following commands in

```bash
make install-3rd_party
make install_python_dependencies
make install
```

Expand Down

0 comments on commit 8bd8875

Please sign in to comment.