File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,16 +47,16 @@ Questions/problems? Open a [new issue](https://github.com/davidhamann/python-fmr
47
47
48
48
You need Python 3.6 and FileMaker Server/Cloud 17.
49
49
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/ ) ):
51
51
52
52
```
53
- pip install python-fmrest-master.zip
53
+ pip install python-fmrest
54
54
```
55
55
56
- Or manually :
56
+ Or the latest master :
57
57
58
58
```
59
- python setup.py install
59
+ pip install https://github.com/davidhamann/python-fmrest/archive/master.zip
60
60
```
61
61
62
62
## Local development / running tests
Original file line number Diff line number Diff line change 57
57
" \n " ,
58
58
" - ```virtualenv venv --python=`which python3` ```\n " ,
59
59
" - `source venv/bin/activate`\n " ,
60
- " - `pip install https://github.com/davidhamann/ python-fmrest/archive/v1.0.1.zip `"
60
+ " - `pip install python-fmrest`"
61
61
]
62
62
},
63
63
{
You can’t perform that action at this time.
0 commit comments