Skip to content

Commit

Permalink
Removed poetry references
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull committed Nov 10, 2024
1 parent d4cfee9 commit f49e84e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1,205 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README_DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ These notes are so that I can remember how to build and test PhotoScript.
- Install [uv](https://github.com/astral-sh/uv): `curl -LsSf https://astral.sh/uv/install.sh | sh`
- Create the virtual environment: `uv venv` or `uv venv --python 3.13` to specify a specific version
- Activate the virtual environment: `source .venv/bin/activate`
- Install package dependencies: `uv pip install -r pyproject.toml --extra dev`
- Install package dependencies: `uv pip install -r pyproject.toml --extra dev`

## Testing

Expand Down
13 changes: 10 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit f49e84e

Please sign in to comment.