Quick Start

One page summary of how to get started with novem.

Creating a novem account

Verifying your e-mail

Installing the novem command line tools

We recommend using pipx to install and manage pip distributed commands (such as the novem cli).

To install the novem cli please run the following in a terminal window with pipx available: pipx install novem. If you’re not sure how to do this or prefer to not use pipx to install novem, you can find more information on the cli details page.

# example of install workflow
username@computer:~/$ pipx install novem
username@computer:~/$ _

Once novem is installed you need to generate and store an api key to get access. This can be done with the following commands: novem --init

username@computer:~/$ novem --init
 • novem.no username: <your_username>
 • novem.no password: <your_password>
 ✓ authenticated
 ✓ token created
 ✓ new token "novem-cli-computer-rj8chk2j" saved to ~/.config/novem/novem.conf
username@computer:~/$ _

Congratulations, your novem cli is now installed and authenticated.