Skip to content

Commit

Permalink
doc: 修改readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CheaterScript committed Jun 8, 2022
1 parent 54ab182 commit 6ff942f
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ __pycache__/
*.so

# Distribution / packaging
output/
.Python
build/
develop-eggs/
Expand Down
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# image-slicer
Slicer for big images
Slicer for Large images

## Installation from source

Install dependencies using:

```
pip install -r requirements.txt
```

## Build
Install pyinstaller using:
```
pip install pyinstaller
```
Then, run:
```
pyinstaller -F -w --icon favicon.ico main.py
```

## License
This repository uses the [MIT License](/LICENSE).
32 changes: 17 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
altgraph==0.17.2
autopep8 @ file:///opt/conda/conda-bld/autopep8_1650463822033/work
auto-py-to-exe==2.20.1
bottle==0.12.21
bottle-websocket==0.2.9
certifi==2022.5.18.1
click==7.1.2
cffi==1.15.0
Eel==0.14.0
future==0.18.2
mkl-fft==1.3.1
mkl-random @ file:///C:/ci/mkl_random_1626186184308/work
mkl-service==2.4.0
numpy @ file:///C:/ci/numpy_and_numpy_base_1652784039997/work
opencv-python==4.5.5.64
gevent==21.12.0
gevent-websocket==0.10.1
greenlet==1.1.2
numpy==1.22.4
opencv-python==4.5.3.56
pefile==2022.5.30
pycodestyle @ file:///tmp/build/80754af9/pycodestyle_1636635402688/work
pipenv==2022.6.7
pycparser==2.21
pyinstaller==5.1
pyinstaller-hooks-contrib==2022.7
pyparsing==3.0.9
PyQt6==6.3.0
pyqt6-plugins==6.1.0.2.2
PyQt6-Qt6==6.3.0
PyQt6-sip==13.3.1
pyqt6-tools==6.1.0.3.2
python-dotenv==0.20.0
pywin32-ctypes==0.2.0
qt6-applications==6.1.0.2.2
qt6-tools==6.1.0.1.2
six @ file:///tmp/build/80754af9/six_1644875935023/work
toml @ file:///tmp/build/80754af9/toml_1616166611790/work
whichcraft==0.6.1
wincertstore==0.2
zan==0.0.1
zope.event==4.5.0
zope.interface==5.4.0

0 comments on commit 6ff942f

Please sign in to comment.