mirror of
https://github.com/shizand/statapp.git
synced 2024-12-23 12:12:59 +03:00
docs: обновлён README.md (#106)
Co-authored-by: MisterMLiL <eugenelazurenko@gmail.com>
This commit is contained in:
parent
fcddf84839
commit
d0053df261
@ -20,9 +20,9 @@
|
|||||||
|
|
||||||
## Установка
|
## Установка
|
||||||
|
|
||||||
Программа распространяется с помощью [PyInstaller](https://pyinstaller.org/en/stable/).
|
Программа распространяется с помощью [PyInstaller](https://pyinstaller.org/en/stable/).
|
||||||
|
|
||||||
Существует две версиии: **statapp** и **statapp-onefile**.
|
Существует две версиии: **statapp** и **statapp-onefile**.
|
||||||
|
|
||||||
Различия в том, что onefile версия поставляется одним единственным бинарным файлом. На Windows системах с включенным антивирусом это может вызывать [некоторые проблемы](https://qna.habr.com/q/988553).
|
Различия в том, что onefile версия поставляется одним единственным бинарным файлом. На Windows системах с включенным антивирусом это может вызывать [некоторые проблемы](https://qna.habr.com/q/988553).
|
||||||
|
|
||||||
@ -39,9 +39,11 @@ poetry install
|
|||||||
pyinstaller statapp.spec # или pyinstaller statapp.spec -- --one-file
|
pyinstaller statapp.spec # или pyinstaller statapp.spec -- --one-file
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Документация собирается с помощью [grip](https://github.com/joeyespo/grip)
|
||||||
|
|
||||||
## Использование
|
## Использование
|
||||||
|
|
||||||
<!-- TODO -->
|
Использование описано в [Руководстве пользователя](docs/README.md).
|
||||||
|
|
||||||
## Чем я могу помочь проекту?
|
## Чем я могу помочь проекту?
|
||||||
|
|
||||||
|
17
docs/grip.css
Normal file
17
docs/grip.css
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
#preview-page {
|
||||||
|
margin-top: 0px;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#readme {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#readme > .Box-header {
|
||||||
|
border: none;
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#readme > .Box-body {
|
||||||
|
border: none;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user