Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonzorn committed Dec 4, 2023
1 parent 369c8b8 commit 60a7129
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 11 deletions.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
|-----------------------------------------|-----------------------------------------|-----------------------------------------|
|-----------------------------------------|-----------------------------------------|-----------------------------------------|

## 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
```
21 changes: 11 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -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
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

0 comments on commit 60a7129

Please sign in to comment.