From 6b3bc527566665cbe640b51eb952d6d5840d1a95 Mon Sep 17 00:00:00 2001 From: Dawid Celian Date: Tue, 16 Jan 2024 18:04:42 +0100 Subject: [PATCH] 1 commit --- instrukcja | 6 ++++++ script.py | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 instrukcja create mode 100644 script.py 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))