Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #361 from j5api/optional-vision
Browse files Browse the repository at this point in the history
Optional vision
  • Loading branch information
trickeydan authored Aug 3, 2019
2 parents 25faa77 + 02bb83b commit 090e5bc
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 23 deletions.
2 changes: 2 additions & 0 deletions docs/usage/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ The recommended installation method is to use pipenv_, an excellent tool that co

Simply run: ``pipenv install j5``

If you want Zoloto CV support: ``pipenv install j5[zoloto-vision]``

You can now import `j5` into your libraries. Awesome!

.. _pipenv: https://pipenv.readthedocs.io/en/latest/
Expand Down
4 changes: 2 additions & 2 deletions j5/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

__all__ = ["BoardGroup", "BaseRobot", "__version__", "__version_short__"]

__version__ = "0.7.0"
__version_short__ = "0.7.0"
__version__ = "0.7.2"
__version_short__ = "0.7.2"
Loading

0 comments on commit 090e5bc

Please sign in to comment.