Skip to content

💲 Command line client for Valohai

License

Notifications You must be signed in to change notification settings

arimbr/valohai-cli

 
 

Repository files navigation

Valohai Command Line Client

CircleCI Codecov PyPI MIT License

This is the command-line client for the Valohai machine learning IaaS platform.

Installation

valohai-cli supports Python 2.7 or Python 3.4 and higher. We recommend Python 3.

The easiest way to get started is to install valohai-cli system-wide with pip.

$ pip3 install -U valohai-cli  # (or pip2)

The -U flag ensures that any present version is upgraded, too.

After you've installed the client, vh should work and you should see a description of commands.

If you want to keep your global Python package environment clean, we recommend installing valohai-cli in a virtualenv. You can still access the command from anywhere on your system by creating a symlink or alias to the bin/vh file.

Getting Started

See the tutorial document!

About

💲 Command line client for Valohai

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%