initiate2

This commit is contained in:
NikitaVoitik 2024-01-11 20:19:21 +01:00
parent 3e25b76fec
commit ed158d8aaa
3 changed files with 13 additions and 0 deletions

5
.gitignore vendored
View File

@ -0,0 +1,5 @@
*
!*.py
!*.md

5
README.md Normal file
View File

@ -0,0 +1,5 @@
python -m venv venv
####
venv\Scripts\activate
####
python script.py

View File

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