-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
75747ba
commit 0036f86
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
#### Convert City,Country to OSM Map Image uing Python and PyQt6 | ||
#### Convert City,Country to OSM Map Image uing Python | ||
How to run the code? | ||
1. Clone the repository to your system. | ||
2. Install the packages required for the code to run: | ||
`pip install osmnx matplotlib pyqt6 ` | ||
`pip install osmnx matplotlib ` | ||
4. Now run the notebook cells | ||
|
||
###### Dependencies | ||
This project depends on: | ||
1. OSMNx Library | ||
2. Matplotlib | ||
3. PyQt6 |