Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustubh-sadekar authored Sep 26, 2020
1 parent 8340540 commit 5e1a8a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions omnicv/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ A custom make file has been written which provides quick and easy options for in
# To build only c++ files
make build-cpp
Installing OmniCV in a virtual environment using pipenv. Pipfile and Pipfile.lock files have been provided. Copy both the files to the present working directory. Then simply run the following commands to setup OmniCV in a local environment.

.. code:: shell
pipenv install
pipenv shell
Running Tests
=============
Expand Down

0 comments on commit 5e1a8a1

Please sign in to comment.