There was an error while loading. Please reload this page.
Clone this repository.
git clone https://github.com/Cal-CS-61A-Staff/ok-client.git
Install virtualenv
Create a virtualenv at the root of the repository:
virtualenv -p python3 .
Make sure your version of Python is 3.2 or above.
Activate the virtualenv:
source bin/activate
Install requirements:
pip install -r requirements.txt
All source code is found in the client/ directory.
client/
If you use an external package (e.g. requests) and you'd like it to be bundled with the ok binary, then:
requirements.txt
EXTRA_PACKAGES
client/cli/publish.py
install_requires
setup.py
All tests are found in the tests/ directory, which mirrors the structure of the client/ directory. Each test file corresponds to a file in client/.
tests/
ok-client uses Travis CI.
ok-client