Skip to content

Commit a027e27

Browse files
committed
Updated README
Close #96
1 parent b40919d commit a027e27

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,23 @@ Easy to use Google Maps in your Flask application
1111
- Flask
1212
- A google api key [get here](https://developers.google.com/maps/documentation/javascript/get-api-key)
1313

14+
## Contribute
1415

15-
## Installation
16-
17-
```pip install flask-googlemaps```
18-
19-
or
16+
To contribute with the project, clone it, create a virtualenv and install all of you need to dev, see below:
2017

2118
```bash
22-
23-
git clone https://github.com/rochacbruno/Flask-GoogleMaps
19+
git clone https://github.com/flask-extensions/Flask-GoogleMaps.git
2420
cd Flask-GoogleMaps
25-
python setup.py install
21+
poetry use env 3.8 # just to create virtualenv at the first time
22+
poetry shell # activate virtualenv
23+
poetry install # to install all for dev
24+
```
25+
## Installation
26+
27+
To use in your project just use your dependency manager to install it, with pip is like this:
2628

29+
```bash
30+
pip install flask-googlemaps
2731
```
2832

2933
## How it works
@@ -294,6 +298,6 @@ running on localhost:5000 .....
294298

295299
Access: http://localhost:5000/ and http://localhost:5000/fullmap
296300

297-
## Contribute
301+
## Contribute with the Google Maps API
298302

299303
Please see this page [developers.google.com/maps/documentation/javascript/tutorial](https://developers.google.com/maps/documentation/javascript/tutorial) and contribute!

0 commit comments

Comments
 (0)