Projekt ze Sztucznej Inteligencji z tematem: automatyczny super
Go to file
2021-05-30 15:36:00 +02:00
images add and rename learning pictures 2021-05-30 15:36:00 +02:00
src add and rename learning pictures 2021-05-30 15:36:00 +02:00
.gitignore update readme and gitignore 2021-03-16 20:17:45 +01:00
README.md update readme and gitignore 2021-03-16 20:17:45 +01:00
requirements.txt add and rename learning pictures 2021-05-30 15:36:00 +02:00

Super-saper

Projekt ze sztucznej inteligencji o temacie automatyczny saper

By zlinkować lokalne repo z remote:

$ git add remote origin {url_repo}

By zainstalować potrzebne pakiety:

$ pip install -r requirements.txt

By zaktualizować plik requirements:

$ pip freeze > requirements.txt

By zmieniać kod, twórzcie nowe branche i tam się bawcie

Na koniec żeby zmergować to do master:

$ git checkout master
$ git merge {new_branch}