- Python 3.10 or higher
- pip (Python package installer)
- Poetry (Python dependency management and packaging tool)
- Clone the repository:
git clone https://github.com/your-repo/rippling-cli.git
- Navigate to the project directory.
- Create a virtual environment and install the project dependencies using poetry.
poetry install
- Install the project in editable mode.
python -m pip install -e .