Installation#

dataPi can be installed from source. Follow these steps to get started:

Installation from source#

  1. Clone the repository:

    git clone https://github.com/your-username/datapi.git
    cd datapi
    
  2. Install the package:

    pip install .
    

This will install dataPi and its dependencies on your system.

Verifying the Installation#

After installation, you can verify that dataPi is correctly installed by running:

datapi --version

This should display the version number of the installed dataPi package.

Next Steps#

Once you have successfully installed dataPi, you can proceed to Getting Started with dataPi to learn how to initialize a new project and start using dataPi.