Skip to content

Commit 2f184eb

Browse files
PrzemekWirkus0xc0170
authored andcommitted
Add note how to use requirements.txt
We want to use (apparently) requirements.txt to store mbed's Python package dependencies. Users can use this file with pip to install those requirements.
1 parent 92ca8c7 commit 2f184eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/BUILDING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ $ sudo python setup.py install
4444
```
4545
when your system requires administrator rights to install new Python packages.
4646

47+
### Manual Python package dependency installation
48+
In case you do not want to install whole mbed package using ```setuptools```, you can use ```requirements.txt``` file and with help of ```pip`` package manager install only mbed's Python package dependencies:
49+
```
50+
$ pip install -r requirements.txt
51+
```
4752
## Prerequisites (manual Python package dependency installation)
4853
**Please only read this chapter if you had problems installing mbed SDK dependencies to Python packages**.
4954

0 commit comments

Comments
 (0)