Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman authored Aug 27, 2024
1 parent 094cd99 commit 440feea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Create a virtual environment and install the package, then launch panel.
python -m venv .venv
source .venv/bin/activate (or .venv/bin/Scripts/activate on Windows)
pip install -e .
panel serve ./src/aind_metadata_viz/app.py --show
panel serve ./src/aind_metadata_viz/app.py --show --allow-websocket-origin=10.128.141.92:5006
```

## Release
Expand All @@ -32,4 +32,4 @@ kill pid
./start_viz.sh
```

The process (should) auto-restart on reboot. See `crontab -e`
The process (should) auto-restart on reboot. See `crontab -e`

0 comments on commit 440feea

Please sign in to comment.