/floyd-cli

Command line tool for Floyd

Primary LanguagePythonApache License 2.0Apache-2.0

floyd-cli

Command line tool for Floyd. Use this to interact with Floyd (www.floydhub.com).

image image image

Quick Start

  1. Install the cli:

    Using pip:

    $ pip install -U floyd-cli
    

    Using conda:

    $ conda install -y -c conda-forge -c floydhub floyd-cli
    
  2. Visit floydhub.com and create a free account by clicking the SIGN UP FOR FREE button.

  3. Login with the cli by typing:

$ floyd login -u <username>

You are now logged in and ready to rock.

Ready to run your first experiment?

Visit the quick start guide.

Want to learn more?

Check out the documentation.

Having issues?

Ask a question on the forum, or log an issue in our issue tracker.