AlabamaASRL/asset_asrl Project Template
This project template contains all dependencies necessary to make an ASSET project. No dependencies needed for configuration, just VS Code and Docker.
- Clone the repository.
- Open the folder in VS Code.
- Get the Docker Extension for VS Code.
- Add any custom python libraries you want to the
Dockerfile
. - Open the Command Pallette (
[Cmd]
+[Shift]
+[P]
) and runRebuild and Reopen in Container
. - Wait a bit (first container build might take some time).
- Get to coding!