Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfontaine committed Apr 6, 2024
1 parent a5ddf50 commit bcb33af
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Spacelift Migration Kit

## Prerequisites

- [Python](https://www.python.org/downloads/) 3.10 or newer
- [Poetry](https://python-poetry.org/)

## Installation

- Ensure that Python is installed.
- Download the Migration Kit: `git clone [email protected]:spacelift-io/spacelift-migration-kit.git` (or other available
methods in GitHub).
- Go to the Migration Kit folder: `spacelift-migration-kit`.
- Install the Python dependencies: `pip install --requirement requirements.txt`.
- Install the `spacemk` command: `pip install --editable .`.
- Install the Python dependencies and the `spacemk` command in a Python virtual environment: `poetry install`.
- Activate the Python virtual environment: `poetry shell`.

## Usage

Expand Down

0 comments on commit bcb33af

Please sign in to comment.