Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.2 KB

File metadata and controls

33 lines (19 loc) · 1.2 KB

Installing KitOps

kit is the command-line tool for building and managing KitOps ModelKits.

Although you downloaded KitOps, you can install with Homebrew if preferred by tapping kitops-ml/kitops and using brew install kitops.

MacOS

Move the kit executable to /usr/local/bin

After install, open a new terminal and run kit version. If Kit is installed correctly, you'll see a kit version printed.

Windows

Move kit.exe to a folder in your system PATH (Finding and editing your PATH)

After install, open a new terminal and run kit version. If Kit is installed correctly, you'll see a kit version printed.

Linux

tar -xzvf kitops-linux-x86_64.tar.gz
sudo mv kit /usr/local/bin/

After install, open a new terminal and run kit version. If Kit is installed correctly, you'll see a kit version printed.

Next Steps

Try the Getting Started tutorial to learn how to use KitOps and ModelKits.

Questions / Support

Have feedback or questions? Open an issue on GitHub or join us on Discord.