Skip to content

Commit 952139a

Browse files
authored
Merge pull request meraki#25 from pocc/master
Fixes meraki#24: 448 PEP8 errors
2 parents befd6aa + ac60842 commit 952139a

3 files changed

Lines changed: 920 additions & 517 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
21
.DS_Store
2+
# No PyCharm config files
3+
.idea/
4+
venv/

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ Also available via [PIP](https://pypi.python.org/pypi/meraki/).
88
* Although the Meraki API can be accessed in various ways, this module uses Python3. [Get started with Python](https://wiki.python.org/moin/BeginnersGuide/NonProgrammers)
99
* After Python is installed, prepare your environment:
1010
* Use pip (or alternative such as easy_install) to install required packages:
11-
* pip install requests
12-
* pip install meraki
11+
* pip install requests meraki
1312
* You are now ready to create your first script:
1413
* create a new file and name it with python extension, e.g., meraki_hello_world.py
1514
* import the meraki api into your script, e.g., from meraki import meraki

0 commit comments

Comments
 (0)