initial project code commit

This commit is contained in:
2026-04-22 13:15:55 +03:00
parent e624299842
commit 9dcc2f9473
69 changed files with 7387 additions and 0 deletions

1
config/devel/activate-conda.sh Executable file
View File

@@ -0,0 +1 @@
conda activate ${PWD}/../mvnenv/

1
config/devel/activate.sh Executable file
View File

@@ -0,0 +1 @@
conda activate ${PWD}/../mvnenv/

5
config/devel/install.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
pip install mvntools/
pip install mvndac/

8
config/devel/uninstall.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
pip uninstall mvntools --yes
rm -rf mvntools/build
pip uninstall mvndac --yes
rm -rf mvndac/build