We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c57b85 commit e1c0771Copy full SHA for e1c0771
README.md
@@ -4,7 +4,7 @@ salesforce-python is an API wrapper for Sales written in Python
4
5
## Installing
6
```
7
-pip install git+git://github.com/GearPlug/salesforce-python.git
+pip install salesforce-python
8
9
10
## Usage
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup
2
3
setup(name='salesforce-python',
- version='0.2',
+ version='0.3',
description='API wrapper for Salesforce written in Python',
url='https://github.com/GearPlug/salesforce-python',
author='Miguel Ferrer',
0 commit comments