Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.3 KB

INSTALL.md

File metadata and controls

44 lines (28 loc) · 1.3 KB

Installing Pipcook

There are different ways to install Pipcook:

  • Install via NPM. This is the best approach for most users. It will provide a stable version and pre-built packages are available for most platforms.
  • Build from source. This is best for users who want the latest-and-greatest features and aren’t afraid of running a brand-new code. This is also needed for users who wish to contribute to the project.

Before starting the installation, please make sure the following environments are correct:

  • macOS, Linux, Windows
  • Node.js >= 12.17 or >= 14.0.0

Install via NPM

Installing Pipcook via NPM is easy, just run:

$ npm install -g @pipcook/cli

Then check if installed via pipcook --help.

Install via Docker

You could also install pipcook with Docker. Just run command:

$ docker pull pipcook/pipcook:latest

After pulling successfully, run command below to start:

$ docker run -it pipcook/pipcook:latest /bin/bash

Troubleshooting

If you have any installation problems, please feedback to issue tracker.