Skip to content

Commit

Permalink
Merge pull request #387 from pipecat-ai/aleix/update-reqs-081624
Browse files Browse the repository at this point in the history
update pyproject.toml and remove requirements files
  • Loading branch information
aconchillo authored Aug 18, 2024
2 parents 9e7c0e6 + 4c2b84c commit ebc4e09
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 993 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,20 +146,20 @@ source venv/bin/activate
From the root of this repo, run the following:

```shell
pip install -r dev-requirements.txt -r {env}-requirements.txt
pip install -r dev-requirements.txt
python -m build
```

This builds the package. To use the package locally (eg to run sample files), run
This builds the package. To use the package locally (e.g. to run sample files), run

```shell
pip install --editable .
pip install --editable ".[option,...]"
```

If you want to use this package from another directory, you can run:

```shell
pip install path_to_this_repo
pip install "path_to_this_repo[option,...]"
```

### Running tests
Expand Down
8 changes: 4 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
autopep8~=2.1.0
autopep8~=2.3.1
build~=1.2.1
grpcio-tools~=1.62.2
pip-tools~=7.4.1
pyright~=1.1.367
pytest~=8.2.0
setuptools~=71.1.0
pyright~=1.1.376
pytest~=8.3.2
setuptools~=72.2.0
setuptools_scm~=8.1.0
Loading

0 comments on commit ebc4e09

Please sign in to comment.