Skip to content

Commit 4aef9d4

Browse files
committed
update readme
1 parent 3a6878a commit 4aef9d4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## Quickstart (uv workflow)
44

55
**Prerequisites**
6-
- [git](https://git-scm.com/)
76
- [uv](https://docs.astral.sh/uv/) (bundles Python and virtualenv management)
87
- [Node.js](https://nodejs.org/) 18+ (includes npm)
98

@@ -22,11 +21,3 @@ start.bat # Windows (CMD)
2221
```
2322

2423
The launcher keeps the API services running while Electron is open and cleans them up when you exit.
25-
26-
## Alternate Setups
27-
28-
- **Docker**: `docker pull xbalbinus/pytc-client:0.0.1` followed by `docker run -it -p 4242:4242 -p 4243:4243 -p 4244:4244 -p 6006:6006 --shm-size=8g xbalbinus/pytc-client:0.0.1`
29-
- **Manual Python environment**: still supported—create/activate your own virtualenv, run `pip install -r server_api/requirements.txt`, execute `setup_pytorch_connectomics.sh`, and install the package with `pip install -e pytorch_connectomics`.
30-
31-
## Video Demo
32-
[Video walkthrough](https://www.loom.com/share/45c09b36bf37408fb3e5a9172e427deb?sid=2777bf8f-a705-4d47-b17a-adf882994168)

0 commit comments

Comments
 (0)