2021-03-03 12:39:04 +01:00
|
|
|
# Super-saper
|
2021-03-11 16:08:53 +01:00
|
|
|
### 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` <br>
|
|
|
|
`$ git merge {new_branch}`
|