-
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
Showing
1 changed file
with
12 additions
and
0 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,2 +1,14 @@ | ||
# OpenStreetMap Webmap Examples | ||
Creating and programming of web maps and web apps with OpenStreetMap data and services. | ||
|
||
## Installation | ||
|
||
Install [Jetbrains Pycharm Community Edition](https://www.jetbrains.com/pycharm/download/#section=windows) | ||
|
||
Install Python (preferably 3.6, a Python installation is included in Pycharm) | ||
|
||
Go to "Control Panel -> System and Security -> System -> Advanced system settings" | ||
|
||
Press "Environment Variables" and copy your Python path (your path\Python36\scripts) to "System variables -> Path" | ||
|
||
Open the cmd and type in `pip install folium` |