Adding upstream version 0.13.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c0ae77e0f6
commit
ecf5ca3300
272 changed files with 33172 additions and 0 deletions
13
.devcontainer/startup.sh
Normal file
13
.devcontainer/startup.sh
Normal file
|
@ -0,0 +1,13 @@
|
|||
#!/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]"
|
Loading…
Add table
Add a link
Reference in a new issue