Skip to content

Commit

Permalink
Add description of other requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJKoopman committed Sep 14, 2020
1 parent e6ca9a5 commit 12d2ccd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/user/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ which refers to ``requirements.txt``, and is covered in the next page. Other
dependencies must be explitly installed. For convenience these are split into
groups based on various tasks OCS users might want to accomplish.

* ``clients.txt`` - Dependencies required to run OCS clients.
* ``crossbar.txt`` - The crossbar server and any dependencies it might have.
This pulls in a lot of other python packages, some of which conflict with
other dependencies in OCS. We strongly encourage using the crossbar Docker
container described later, but if you want to run the crossbar server on the
host system, you will need these dependencies.
* ``dev.txt`` - Everything you need for locally developing an OCS Agent,
including pytest for running the test suite.
* ``docs.txt`` - Dependencies required to build the OCS documentation.

The major dependencies for running clients include:

Expand Down

0 comments on commit 12d2ccd

Please sign in to comment.