posting
quadrismegistus 4 years ago
parent 1de1c8540a
commit dbc8e963e2

@ -83,7 +83,13 @@ See [here](https://www.dropbox.com/s/8r8gqgfswojmtwd/komrade-terminal-preview--2
## Install
##### (1) Make sure pyenv is installed
### With installer
Coming soon.
### From source
#### (1) Make sure pyenv is installed
[Pyenv](https://github.com/pyenv) is a virtual environment manager that helps you keep track of Python versions. Komrade requires exactly 3.7, for idiosyncracies owing to Kivy.
@ -98,7 +104,7 @@ echo 'export PATH="~/.pyenv/bin:$PATH"' >> ~/.bashrc
bash
```
##### (2) Clone and bootstrap
#### (2) Clone and bootstrap
Now that pyenv is installed, just clone and bootstrap (thanks to Komrade [@mcataford](https://github.com/mcataford)):

Loading…
Cancel
Save