From 14c94ea8f5b3f07420d2994eb4cff77713280e9a Mon Sep 17 00:00:00 2001 From: Dan Drown Date: Fri, 9 Aug 2019 16:20:04 -0500 Subject: [PATCH] minor typo --- docs/solo/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/solo/building.md b/docs/solo/building.md index ee7a335..084e2c4 100644 --- a/docs/solo/building.md +++ b/docs/solo/building.md @@ -32,7 +32,7 @@ Source code can be downloaded from: - from python programs [repository](https://pypi.org/project/solo-python/) `pip install solo-python` - from installing prerequisites `pip3 install -r tools/requirements.txt` - 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 with command `make venv` from root directory of source code ## Compilation