πCoretex CLI Setup
Installing Coretex CLI
Requirements for installing and using Coretex CLI:
Python 3.8 or higher
Pip (python package manager)
Python venv (virtualenv)
Installing Coretex CLI is as simple as installing any Python package. You can do it by running this command (depending on how you've installed pip on your system):
pip install coretex
Verify the installation
After installation is done You can verify that installation was successful by running the following command in your terminal:
coretex version

Connect CLI to your Coretex account
To execute any commands using Coretex CLI you will first need to tell it to user your account. You can do that by using this command:
coretex login

Keeping Coretex CLI up-to-date
Since Coretex is getting frequent updates it is always a good idea to keep up with it. To update CLI to latest version you can use this command:
coretex update

Last updated
Was this helpful?