-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
# Заучка | ||
Приложение для эффективного заучивания стихов. | ||
Приложение для эффективного заучивания стихов.\ | ||
Сделано в рамках проекта для Лицея Академии Яндекса (2 курс). | ||
## Запуск | ||
* Штатный режим\ | ||
В репозитории лежит файл .exe с приложением | ||
(если не лежит, значит я его ещё не сделал). Просто запускаете его, и пользуетесь. | ||
* Dev-режим | ||
1. Запустите терминал в той же папке, в которой находится проект | ||
2. Создайте и запустите виртуальное окружение следующими командами: | ||
``` | ||
python -m venv venv | ||
venv/scripts/activate | ||
``` | ||
3. Установите все зависимости, используя команду\ | ||
`pip install -r requirements.txt` | ||
4. Запустите файл main.py |