This commit is contained in:
Dawid Celian 2024-01-16 18:04:42 +01:00
commit 6b3bc52756
2 changed files with 9 additions and 0 deletions

6
instrukcja Normal file
View File

@ -0,0 +1,6 @@
clone
pip install virtualview
virtualview superpython
source superpython/bin/activate
pip install numpy

3
script.py Normal file
View File

@ -0,0 +1,3 @@
import numpy as np
print(np.eye(3))