Skip to content
Snippets Groups Projects
Commit c0c43164 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Update README.md

parent 9e524a89
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,12 @@ If not done yet, install git and virtualenv for python 3:
sudo apt install git python3-venv
```
Optionally, to enable suggesting alternatives on typos, also install these packages (they are required by `python-Levenshtein`):
```bash
# If not installed yet.
sudo apt install gcc libpython3-dev
```
Then clone the repository:
```bash
cd ~ # Or another directory of your choice.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment