Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Add instructions for updating the samapi server
  • Loading branch information
ksugar committed Jul 5, 2023
1 parent 0e35d1b commit 754fb98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ If you are using WSL2, `LD_LIBRARY_PATH` will need to be updated as follows.
export LD_LIBRARY_PATH=/usr/lib/wsl/lib:$LD_LIBRARY_PATH
```

## Update

If you want to update the samapi server, run the following command in the conda environment.

```bash
python -m pip install -U git+https://github.com/ksugar/samapi.git
```

## Usage

### Launch a server
Expand Down

0 comments on commit 754fb98

Please sign in to comment.