Metadata-Version: 2.1
Name: eyes_soatra
Version: 0.0.29
Summary: Eyes
Author: Soatra
Author-email: johnsoatra@gmail.com
Keywords: python,crawler,scanner,requests
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE


# How to setup

## First, type
#### Window
```
python install -r requirements.txt
```
#### Mac, Linux
```
python3 install -r requirements.txt
```

## Second, type
#### Window
```
python start.py install --user
```
#### Mac, Linux
```
python3 start.py install --user
```

Now, you can use this package to achieve your purpose.

---
