Rallies-CLI offers two installation options: from source or via PyPI.
Install from source:
- Cloning Warehouse: Running in Terminals
git clone https://github.com/ralliesai/rallies-cli.git
The - Go to the project directory: run
cd rallies-cli
The - Installation dependencies: run
pip install -e .
The
Installed from PyPI:
The PyPI installation has not yet been officially released, but in the future it will be possible to install PyPI by running the pip install rallies
Installation. Users should keep an eye on the GitHub repository for updates.
After the installation is complete, you can run the rallies --version
Verify that it was successful.
This answer comes from the articleRallies-CLI: Command-line tool for real-time stock market analysisThe