diff --git a/README.md b/README.md index a69849223a5c96107f2f98280bbe9b173f392992..b28cfc204abe20cd724592516e809f76e192ef84 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ Create a virtual Python environment for this project, e.g. python -m venv env ``` -Activate the create environment, e.g. (Windows command) +Activate the create environment ```cmd -.\env\Scripts\activate +source env/bin/activate ``` Install the needed libaries (e.g. flask and rdflib) using pip, e.g.