Skip to content

Commit

Permalink
README: Bump minimum Python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Sep 2, 2022
1 parent 1942ad6 commit 1a6d794
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Cloudplow has 3 main functions:

1. Ubuntu/Debian OS (could work in other OSes with some tweaks).

2. Python 3.5 or higher (`sudo apt install python3 python3-pip`).
2. Python 3.6 or higher (`sudo apt install python3 python3-pip`).

3. Required Python modules (see below).

Expand All @@ -64,43 +64,43 @@ Cloudplow has 3 main functions:
sudo git clone https://github.com/l3uddz/cloudplow /opt/cloudplow
```

1. Fix permissions of the Cloudplow folder (replace `user`/`group` with your info; run `id` to check).
2. Fix permissions of the Cloudplow folder (replace `user`/`group` with your info; run `id` to check).

```
sudo chown -R user:group /opt/cloudplow
```

1. Go into the Cloudplow folder.
3. Go into the Cloudplow folder.

```
cd /opt/cloudplow
```

1. Install Python PIP.
4. Install Python PIP.

```
sudo apt-get install python3-pip
```

1. Install the required python modules.
5. Install the required python modules.

```
sudo python3 -m pip install -r requirements.txt
```

1. Create a shortcut for Cloudplow.
6. Create a shortcut for Cloudplow.

```
sudo ln -s /opt/cloudplow/cloudplow.py /usr/local/bin/cloudplow
```

1. Generate a basic `config.json` file.
7. Generate a basic `config.json` file.

```
cloudplow run
```

1. Configure the `config.json` file.
8. Configure the `config.json` file.

```
nano config.json
Expand Down

0 comments on commit 1a6d794

Please sign in to comment.