We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96388d commit 9826f11Copy full SHA for 9826f11
2 files changed
README.md
@@ -4,7 +4,7 @@ facebookmarketing is an API wrapper for Facebook written in Python
4
5
## Installing
6
```
7
-pip install git+git://github.com/GearPlug/facebookmarketing-python.git
+pip install facebookmarketing-python
8
9
10
## Usage
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup
2
3
-setup(name='facebookmarketing',
+setup(name='facebookmarketing-python',
version='0.1',
description='API wrapper for Facebook written in Python',
url='https://github.com/GearPlug/facebookmarketing-python',
0 commit comments