Skip to content

Commit

Permalink
Update installation for current version
Browse files Browse the repository at this point in the history
  • Loading branch information
lou-k committed Nov 20, 2020
1 parent 90151a0 commit 542d86a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ See the Lightroom's [getting started](https://www.adobe.io/apis/creativecloud/li

## Installation

`requirements.txt` has the necessary python packages.
The python package can be installed via pip/git:
```
pip install git+https://github.com/lou-k/lightroom-cc-api.git@VERSION
```
where `VERSION` is a [relase tag](https://github.com/lou-k/lightroom-cc-api/releases).

In addition, you'll need libmagic. Install via:
* OSX: `brew install libmagic`
Expand Down

0 comments on commit 542d86a

Please sign in to comment.