add 3-space list

This commit is contained in:
merlokk 2019-07-08 18:12:28 +03:00
parent 15fc39faed
commit 645ca6a5a0

View File

@ -16,23 +16,23 @@ Install `solo-python` usually with `pip3 install solo-python`. The `solo` python
To program your build, you'll need one of the following programs. To program your build, you'll need one of the following programs.
- [openocd](http://openocd.org) - [openocd](http://openocd.org)
- [stlink](https://github.com/texane/stlink) - [stlink](https://github.com/texane/stlink)
- [STM32CubeProg](https://www.st.com/en/development-tools/stm32cubeprog.html) - [STM32CubeProg](https://www.st.com/en/development-tools/stm32cubeprog.html)
## Obtain source code and solo tool ## Obtain source code and solo tool
Source code can be downloaded from: Source code can be downloaded from:
- [github releases list](https://github.com/solokeys/solo/releases) - [github releases list](https://github.com/solokeys/solo/releases)
- [github repository](https://github.com/solokeys/solo) - [github repository](https://github.com/solokeys/solo)
**solo** tool can be downloaded from: **solo** tool can be downloaded from:
- from python programs [repository](https://pypi.org/project/solo-python/) `pip install solo-python` - from python programs [repository](https://pypi.org/project/solo-python/) `pip install solo-python`
- from installing prerequisites `pip3 install -r tools/requirements.txt` - from installing prerequisites `pip3 install -r tools/requirements.txt`
- github repository: [repository](https://github.com/solokeys/solo-python) - github repository: [repository](https://github.com/solokeys/solo-python)
- installation python enviroment witn command `make venv` from root directory of source code - installation python enviroment witn command `make venv` from root directory of source code
## Compilation ## Compilation