23 lines
283 B
Markdown
23 lines
283 B
Markdown
# MILLION DOLLAR BUISNESS
|
|
|
|
## Description
|
|
*Version 1.0.0*
|
|
|
|
## Installation
|
|
**1.** Clone the repository
|
|
```bash
|
|
git clone
|
|
```
|
|
**2.** Install the requirements
|
|
```bash
|
|
pip install -r requirements.txt
|
|
```
|
|
**3.** Run the program
|
|
```bash
|
|
python main.py
|
|
```
|
|
|
|
### Requirements
|
|
* Python 3.6
|
|
|