Skip to content

Commit

Permalink
remove setup.py, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sectra-masve committed Feb 16, 2024
1 parent 5cd32fa commit 6cef17b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 33 deletions.
5 changes: 5 additions & 0 deletions examples/python/ia_app_basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ For simplicity, uses no async libraries. For load-scaling, simply run with numbe

Should have no trouble scaling as long as number of max simultaneous users are below 1000 or so.

### Prerequisites

You currently need libgeos to build shapely. On ubuntu `sudo apt install libgeos-dev`.
The shapely dependency will eventually be removed.

### Install and run

You can run this example in a virtualenv using poetry, or directly in the current python environment.
Expand Down
33 changes: 0 additions & 33 deletions examples/python/ia_app_basic/setup.py

This file was deleted.

0 comments on commit 6cef17b

Please sign in to comment.