This commit is contained in:
Dirk Alders 2023-05-27 16:04:56 +02:00
parent 5415c076e9
commit bac9171784
3 changed files with 8 additions and 0 deletions

7
reposinit Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
#
echo "* Creating virtual env"
mkvenv
echo "* Creating application link in /usr/local/bin"
sudo rm -f /usr/local/bin/spyder && sudo ln -s `pwd`/venv/bin/spyder /usr/local/bin

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
spyder

BIN
spyder.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB