Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is only required on your first use.
- Install dev-packages and cothread for EPICS support::

$ pipenv install --dev
$ pip install cothread #cothread is required for EPICS funtionality, but pytac can run without it.
$ pip install cothread # cothread is required for EPICS functionality, but pytac can run without it.


Initialisation
Expand Down
2 changes: 1 addition & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is only required on your first use.
- Ensure you have Pip, then install pytac and cothread::

$ pip install pytac
$ pip install cothread #cothread is required for EPICS funtionality, but pytac can run without it.
$ pip install cothread # cothread is required for EPICS functionality, but pytac can run without it.


Initialisation
Expand Down