From 60a712977965e3924e8cd9bf7dd6bad85d756188 Mon Sep 17 00:00:00 2001 From: bzorn Date: Mon, 4 Dec 2023 16:52:44 +0300 Subject: [PATCH] updated README.md --- README.md | 24 +++++++++++++++++++++++- requirements/dev.txt | 21 +++++++++++---------- 2 files changed, 34 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c8cb668..afbc3f7 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,26 @@ Open source manga and ranobe reading application ## Screenshots | ![nl_1](./.github/Screenshots/nl_1.png) | ![nl_2](./.github/Screenshots/nl_2.png) | ![nl_3](./.github/Screenshots/nl_3.png) | -|-----------------------------------------|-----------------------------------------|-----------------------------------------| \ No newline at end of file +|-----------------------------------------|-----------------------------------------|-----------------------------------------| + +## Installation + +1. Clone the project repository to your local machine: + ```bash + git clone https://github.com/brandonzorn/Nlight.git + ``` + +2. Navigate to the project directory: + ```bash + cd Nlight + ``` + +3. Install the required dependencies from the `requirements.txt` file: + ```bash + pip install -r requirements.txt + ``` + +4. Once the dependencies are installed, you can run the application by executing the `main.py` file: + ```bash + python main.py + ``` \ No newline at end of file diff --git a/requirements/dev.txt b/requirements/dev.txt index 9883db8..5f7d9e9 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,11 +1,12 @@ -r prod.txt -flake8==6.1.0 -flake8-commas==2.1.0 -flake8-comments==0.1.2 -flake8-dunder-all==0.3.0 -flake8-import-order==0.18.2 -flake8-quotes==3.3.2 -flake8-return==1.2.0 -flake8-use-pathlib==0.3.0 -parameterized==0.9.0 -pep8-naming==0.13.3 \ No newline at end of file +flake8>=6.1.0 +flake8-commas>=2.1.0 +flake8-comments>=0.1.2 +flake8-dunder-all>=0.3.0 +flake8-import-order>=0.18.2 +flake8-quotes>=3.3.2 +flake8-return>=1.2.0 +flake8-use-pathlib>=0.3.0 +parameterized>=0.9.0 +pep8-naming>=0.13.3 +pyinstaller-versionfile>=2.1.1 \ No newline at end of file