-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
21 additions
and
1,205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,12 +18,19 @@ Designed for MacOS Catalina/Photos 5. Preliminary testing on Big Sur/Photos 6 b | |
|
||
## Installation | ||
|
||
PhotoScript uses [poetry](https://python-poetry.org/) for dependency management. To install, clone the repo and run `poetry install`. If you don't have poetry already installed, follow the [installation instructions](https://python-poetry.org/docs/#installation). To enter the virtual environment, run `poetry shell`. | ||
|
||
Or you can install via pip: | ||
You can install via pip: | ||
|
||
`python3 -m pip install photoscript` | ||
|
||
To install via the source code: | ||
|
||
- Install [uv](https://github.com/astral-sh/uv) if not already installed | ||
- Clone the repo: `git clone [email protected]:RhetTbull/PhotoScript.git` | ||
- Change to the directory: `cd PhotoScript` | ||
- Run `uv pip install -r pyproject.toml`. | ||
|
||
If you want to develop code for PhotoScript, see [README_DEV.md](https://github.com/RhetTbull/PhotoScript/blob/master/README_DEV.md). | ||
|
||
## Example | ||
|
||
```python | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,12 +16,19 @@ Designed for MacOS Catalina/Photos 5. Preliminary testing on Big Sur/Photos 6 b | |
|
||
## Installation | ||
|
||
PhotoScript uses [poetry](https://python-poetry.org/) for dependency management. To install, clone the repo and run `poetry install`. If you don't have poetry already installed, follow the [installation instructions](https://python-poetry.org/docs/#installation). To enter the virtual environment, run `poetry shell`. | ||
|
||
Or you can install via pip: | ||
You can install via pip: | ||
|
||
`python3 -m pip install photoscript` | ||
|
||
To install via the source code: | ||
|
||
- Install [uv](https://github.com/astral-sh/uv) if not already installed | ||
- Clone the repo: `git clone [email protected]:RhetTbull/PhotoScript.git` | ||
- Change to the directory: `cd PhotoScript` | ||
- Run `uv pip install -r pyproject.toml`. | ||
|
||
If you want to develop code for PhotoScript, see [README_DEV.md](https://github.com/RhetTbull/PhotoScript/blob/master/README_DEV.md). | ||
|
||
## Example | ||
|
||
```python | ||
|
Oops, something went wrong.