Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lvonnied authored and lvonnied committed Mar 27, 2018
1 parent d4c0835 commit 66b25f6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
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`

0 comments on commit 66b25f6

Please sign in to comment.