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