Coretex Docs
LearnTutorialsPython libraryFAQ
  • Welcome to Coretex.ai!
  • Getting started
    • 🎓Learn Coretex
      • đŸ‘ĨOrganization
      • đŸ–Ĩī¸Project and Task
      • 🔍Type
        • 🏃Motion Recognition
        • 📷Computer Vision
        • 👩‍đŸ”ŦBioinformatics
        • đŸ¤ˇâ€â™‚ī¸Other
      • 📚Dataset
      • â˜ī¸Node
      • 🚀Endpoints
    • 👩‍đŸ’ģTutorials
      • 🤩Run your first workflow
      • 🛸Migrate your tasks to Coretex
      • đŸ’ģLocal Datasets and Runs
      • đŸ§ŦMicrobiome analysis using Qiime2
      • 👨‍đŸ”ŦDNA forensics
      • 📷Hand recognition
      • â›šī¸â€â™‚ī¸IMU activity recognition
      • 🔓User-Owned AI
    • ❓FAQ
  • Advanced
    • đŸ–Ĩī¸Coretex CLI
      • 📀Coretex CLI Setup
      • 🔧Setting up Coretex Node
      • 🧊Kubernetes Cluster Node
      • 📓Troubleshooting
    • 📋Data handling in Coretex
    • 👍Best Practices
    • 🔑Encryption protocol
Powered by GitBook
On this page
  • Installing Coretex CLI
  • Verify the installation
  • Connect CLI to your Coretex account
  • Keeping Coretex CLI up-to-date

Was this helpful?

  1. Advanced
  2. Coretex CLI

Coretex CLI Setup

PreviousCoretex CLINextSetting up Coretex Node

Last updated 10 months ago

Was this helpful?

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
pip3 install coretex

Make sure to restart the terminal after installation is complete.

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
đŸ–Ĩī¸
📀