Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 488 Bytes

DEVELOPER.MD

File metadata and controls

23 lines (19 loc) · 488 Bytes

Setting up rippling-cli

Prerequisites

  • Python 3.10 or higher
  • pip (Python package installer)
  • Poetry (Python dependency management and packaging tool)

Installation

  1. Clone the repository:
git clone https://github.com/your-repo/rippling-cli.git
  1. Navigate to the project directory.
  2. Create a virtual environment and install the project dependencies using poetry.
poetry install
  1. Install the project in editable mode.
python -m pip install -e .