Skip to content

Commit d7baaaf

Browse files
committed
adjusted README for PyPi install
1 parent 1ef78c1 commit d7baaaf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ Questions/problems? Open a [new issue](https://github.com/davidhamann/python-fmr
4747

4848
You need Python 3.6 and FileMaker Server/Cloud 17.
4949

50-
At the current stage, you can install the library like this (preferably in a [virtualenv](https://virtualenv.pypa.io/en/stable/)):
50+
You can install the library like this (preferably in a [virtualenv](https://virtualenv.pypa.io/en/stable/)):
5151

5252
```
53-
pip install python-fmrest-master.zip
53+
pip install python-fmrest
5454
```
5555

56-
Or manually:
56+
Or the latest master:
5757

5858
```
59-
python setup.py install
59+
pip install https://github.com/davidhamann/python-fmrest/archive/master.zip
6060
```
6161

6262
## Local development / running tests

examples/conf_dotfmp_2018.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"\n",
5858
"- ```virtualenv venv --python=`which python3` ```\n",
5959
"- `source venv/bin/activate`\n",
60-
"- `pip install https://github.com/davidhamann/python-fmrest/archive/v1.0.1.zip`"
60+
"- `pip install python-fmrest`"
6161
]
6262
},
6363
{

0 commit comments

Comments
 (0)