Skip to content

Commit

Permalink
Project clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Dec 25, 2024
1 parent cdcced1 commit 5df65b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,9 @@ jobs:
with:
python-version-file: pyproject.toml

- name: Create uv environment
run: uv venv --python 3.11

- name: Build package
run: |
uv pip install build hatch
uv pip install --system build hatch
hatch build
- name: Store build artifacts
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,23 @@ __Why Use SplitmeAI?__

Install from [PyPI][pypi] using any of the package managers listed below.

#### ![pip][python-svg]{ width="3.5px" } Pip
#### ![pip][python-svg]{width="2%"}  Pip

Use [pip][pip] (recommended for most users):

```sh
pip install -U splitme-ai
```

#### ![pipx][pipx-svg]{ width="3.5px" } Pipx
#### ![pipx][pipx-svg]{ width="2%" } Pipx

Install in an isolated environment with [pipx][pipx]:

```sh
❯ pipx install readmeai
```

#### ![uv][uv-svg]{width="3.5px" } Uv
#### ![uv][uv-svg]{ width="2%" } Uv

For the fastest installation use [uv][uv]:

Expand Down

0 comments on commit 5df65b3

Please sign in to comment.