Install Picsell CLI
The CLI Picsellia is the simplest way to manage and orchestrate your training in order to find your best hyper-parameters
Last updated
Was this helpful?
The CLI Picsellia is the simplest way to manage and orchestrate your training in order to find your best hyper-parameters
Last updated
Was this helpful?
You need to have Docker installed to use the CLI as it will launch your Scan in Docker Container
Install Docker on Windows :
Install Docker on macOS :
Install Docker on Linux :
To install the Picsell CLI on Linux:
Download the latest darwin
tar.gz file from
Unzip the file: tar -xvf picsell_X.X.X_darwin_x86_64.tar.gz
Optionally, install the binary in a location where you can execute it globally (e.g., /usr/local/bin
) or create a symbolic link with
sudo ln -s $(PWD)/picsell /usr/local/bin
Just add you picsellia token to your bash_profile
vim ~/.bash_profile
export PICSELLIA_TOKEN=yourtoken
source ~/.bash_profile
picsell -h
if you put picsell CLI in your path or
./picsell -h