Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 611 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 611 Bytes

deep-client

Gitpod Discord

Deep Client - a way to connect your favourite language with Deep.

Install dependencies

( cd python && pip install -r requirements.txt )

Running Tests

To run the test suite, execute the following commands from the root directory of the project:

( cd python && python -m unittest discover -s tests -v )