diff --git a/docs/quickstart.md b/docs/quickstart.md index 2fe4d89..abf689c 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -22,7 +22,7 @@ Create a small project folder and install Elume from PyPI: ```bash python -m venv .venv source .venv/bin/activate -pip install elume==0.4.0 +pip install "elume>=0.4.0,<0.5" ``` ## 2. Create The Example