1
0
Fork 0
anta/.devcontainer/startup.sh
Daniel Baumann ecf5ca3300
Adding upstream version 0.13.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 11:32:40 +01:00

13 lines
255 B
Bash

#!/bin/sh
# echo "Configure direnv"
# echo "eval \"$(direnv hook bash)\"" >> ~/.bashrc
echo "Upgrading pip"
pip install --upgrade pip
echo "Installing ANTA package from git"
pip install -e .
echo "Installing development tools"
pip install -e ".[dev]"