Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,27 @@ Even if you have a free account, you can access an API key. You can find and use

Clone repository:

```
$ git clone https://github.com/Aidennnn33/cloudgazer.git
```bash
git clone https://github.com/Aidennnn33/cloudgazer.git
```

```
$ cd cloudgazer
```bash
cd cloudgazer
```

```
$ python3 -m venv .venv
$ source .venv/bin/activate
```bash
python3 -m venv .venv
source .venv/bin/activate
```

```
$ pip3 install -r requirements.txt
```bash
pip3 install -r requirements.txt
```



# Getting started

```
$ python3 cloudgazer.py
```bash
python3 cloudgazer.py
```