Clarify an instruction in README
This commit is contained in:
parent
22a620d934
commit
dfef6e179f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
*The terminal commands listed in these instructions are specific to Unix shells such as those found
|
||||
on Linux and macOS and might need to be adapted to run on other systems.*
|
||||
|
||||
Install Python and the dependencies listed in `requirements.txt`: `pip3 install --user -r requirements.txt`
|
||||
Install Python and the dependencies listed in `requirements.txt`: open a terminal in this directory and run `pip3 install --user -r requirements.txt`
|
||||
|
||||
Fetch data from Overpass with this query:
|
||||
|
||||
|
|
Loading…
Reference in a new issue