To install the latest release via pip, simply run:
terminal
Copy
pip install tuna-cli
To install a specific version (for more information, see Released Versions) and run
terminal
Copy
pip install tuna-cli==X.X.X
Note that no versions beyond the latest release are guaranteed to be supported
or work in any way, and you are at your own risk for installing anything
beyond the latest version.
Simply clone the repository at https://github.com/abhi-arya1/tuna, cd into it, and run pip install . or pip install -e .
This will give you access to branch and development builds as long as your git tree is up to date.Full commands:
terminal
Copy
# in /path/to/your/directorygit clone https://github.com/abhi-arya1/tuna.gitcd /path/to/your/directory/tuna# eitherpip install -e . # for development / preview changes# OR pip install . # for permanent package
A Python Virtual Environment is recommended for development and testing purposes to protect your other global packages.