Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,21 @@ The migration can be performed as a complete workspace transfer or selectively f

### Installation

You can install the CLI using a package manager of your choice or clone the repository and install directly from source.

### Install from PyPI

Simply install the package using pip or other package manager. It is recommended to install the package into a virtual environment

```bash
# Create a virtual environment
python -m venv .venv
source .venv/bin/activate

# Install the package
pip install gooddata-legacy2cloud
```

#### Install from Source

1. **Clone this repository**
Expand Down
Loading