update readme and gitignore

This commit is contained in:
matixezor 2021-03-16 20:17:45 +01:00
parent 2775ca1277
commit a6c0a708d6
2 changed files with 0 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,7 +5,6 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
src/config.py
.idea .idea
# User-specific stuff # User-specific stuff
.idea/**/workspace.xml .idea/**/workspace.xml

View File

@ -6,7 +6,6 @@
`$ pip install -r requirements.txt` `$ pip install -r requirements.txt`
#### By zaktualizować plik requirements: #### By zaktualizować plik requirements:
`$ pip freeze > requirements.txt` `$ pip freeze > requirements.txt`
#### Utwórz w src plik config.py i dodaj zmienną main_path zawierającą ścieżkę do głównego folderu
#### By zmieniać kod, twórzcie nowe branche i tam się bawcie #### By zmieniać kod, twórzcie nowe branche i tam się bawcie
#### Na koniec żeby zmergować to do master: #### Na koniec żeby zmergować to do master:
`$ git checkout master` <br> `$ git checkout master` <br>