attached the webapplication GUI
This commit is contained in:
28
README.md
Normal file
28
README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# PKS Enumerator V2
|
||||
|
||||
HTML GUI for PKS enumerator V2 and flask.
|
||||
|
||||
## Setup
|
||||
For better results, create a conda environment and activate it like:
|
||||
|
||||
```sh
|
||||
conda create -n v2pks python
|
||||
```
|
||||
|
||||
then:
|
||||
```sh
|
||||
conda activate v2pks
|
||||
```
|
||||
|
||||
Then install all needed dependencies from `requirements.txt` in the following way:
|
||||
```sh
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
## How to Use
|
||||
Start Flask server :
|
||||
```sh
|
||||
python server.py
|
||||
```
|
||||
|
||||
Then go to localhost:5000 on the browser to load GUI.
|
||||
Reference in New Issue
Block a user