AppNet Transport Compiler Preliminaries We recommend using conda to configure the environment. Run the following commands to install Python 3.10 and relevant python library dependencies. conda create -n appnet python=3.10 conda activate appnet pip install -r requirements.txt