Skip to content

Commit

Permalink
Modernize python packaging
Browse files Browse the repository at this point in the history
- removed setuptools
- updated dependencies and tested with py 3.10 and py 3.12
- update README
  • Loading branch information
sectra-masve committed Feb 16, 2024
1 parent 742dd97 commit 5cd32fa
Show file tree
Hide file tree
Showing 3 changed files with 369 additions and 104 deletions.
3 changes: 2 additions & 1 deletion examples/python/ia_app_basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ You can run this example in a virtualenv using poetry, or directly in the curren

Using poetry:
```
poetry install
poetry run python pcaddemo/__main__.py
```

As plain-old python:

```
python setup.py develop
pip install -e .
python pcaddemo/__main__.py
```

Expand Down
Loading

0 comments on commit 5cd32fa

Please sign in to comment.