Install neptune-client: Neptune client for Python (1 min)¶
How do I install neptune-client library¶
Before you start¶
Make sure you meet the following prerequisites before starting:
Have Python 3.x installed.
Install neptune-client¶
Depending on your operating system open a terminal or CMD and run this command:
pip
pip install neptune-client
conda
conda install -c conda-forge neptune-client
Note
If you want to have your hardware consumption logged you should additionally install psutil
pip
pip install psutil
conda
conda install -c anaconda psutil
What is next?¶
Check out Quick starts