commit 6b3bc527566665cbe640b51eb952d6d5840d1a95 Author: Dawid Celian Date: Tue Jan 16 18:04:42 2024 +0100 1 commit diff --git a/instrukcja b/instrukcja new file mode 100644 index 0000000..72741dc --- /dev/null +++ b/instrukcja @@ -0,0 +1,6 @@ +clone +pip install virtualview +virtualview superpython +source superpython/bin/activate +pip install numpy + diff --git a/script.py b/script.py new file mode 100644 index 0000000..d80d438 --- /dev/null +++ b/script.py @@ -0,0 +1,3 @@ +import numpy as np + +print(np.eye(3))