1. In a separate folder, download and compile [tket](https://github.com/CQCL/tket), following the tket installation instructions. Make sure to download the latest release, that is compatible with your pytket installation.
2. In the folder tket was built in, run <br>
`conan export recipes/tket`
3. Go back to the TiasmCompiler folder and install python requirements <br>
3. Go back to the Compiler folder and install python requirements <br>
`pip install -r requirements.txt`
3. Install python build files for your python version, e.g. for Ubuntu<br>