Skip to content

Commit 162d6c9

Browse files
committed
Update documentation
1 parent 47eb32b commit 162d6c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Compared to `python-labthings`_, this framework updates dependencies, shrinks th
4444
Installation
4545
------------
4646

47-
``pip install labthings-fastapi[server]``
47+
``pip install labthings-fastapi``
4848

4949
Indices and tables
5050
==================

docs/source/quickstart/quickstart_example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source .venv/bin/activate # or .venv/Scripts/activate on Windows
55
# END venv
66
echo "Installing labthings-fastapi"
77
# BEGIN install
8-
pip install labthings-fastapi[server]
8+
pip install labthings-fastapi
99
# END install
1010
echo "running example"
1111
# BEGIN serve

0 commit comments

Comments
 (0)