Add initialization-block to tycho runner, fix docker and improve docs

This commit is contained in:
Thales
2024-08-01 01:35:55 -03:00
committed by tvinagre
parent 67f10e777a
commit 11619bf8be
9 changed files with 60 additions and 8 deletions

View File

@@ -7,10 +7,13 @@ This repository contains the Tycho Adapter, a tool that allows you to interact w
### Prerequisites
- Python 3.9
- Access to PropellerHead's private PyPi repository (CodeArtifact)
### Install with pip
```shell
# Access to PropellerHead's private PyPi repository (CodeArtifact)
aws codeartifact login --tool pip --repository protosim --domain propeller
# Create conda environment
conda create -n tycho pip python=3.9
# Activate environment