From 1ef4ec94a275cd5dbebbbe71a427be45b3d93011 Mon Sep 17 00:00:00 2001 From: matixezor Date: Thu, 11 Mar 2021 16:08:53 +0100 Subject: [PATCH] update readme --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1014695..7395fce 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ # Super-saper -# -Projekt ze sztucznej inteligencji o temacie automatyczny 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}` \ No newline at end of file