Skip to content

Commit

Permalink
Merge pull request #119 from btrain01/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
benoit74 authored Apr 9, 2024
2 parents 52a3092 + 3ed1611 commit 4835598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ virtual environment to avoid installing software dependencies on your system.

```bash
python3 -m venv env # Create virtualenv
source env/bin/Activate # Activate the virtualenv
source env/bin/Activate # Activate the virtualenv ('env/Scripts/Activate' in Windows)
pip3 install kolibri2zim # Install dependencies
kolibri2zim --help # Display kolibri2zim help
```
Expand Down

0 comments on commit 4835598

Please sign in to comment.