update readme
This commit is contained in:
parent
9bdafab5a6
commit
1ef4ec94a2
14
README.md
14
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` <br>
|
||||
`$ git merge {new_branch}`
|
Loading…
Reference in New Issue
Block a user