-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a5ddf50
commit bcb33af
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|