Skip to content

Commit

Permalink
maintain python 2 consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Jan 2, 2019
1 parent bf8240e commit 40cb4ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ Requirements
* Requests library

### For use in your own VPS
This script also works with python 3
Be sure to have `python3-dev` installed in your machine.
Be sure to have `python-dev` installed in your machine.
Clone the repository with `git clone https://github.com/vijaiaeroastro/irccloud.git`
Enter into the cloned repository with `cd irccloud`
Install the requirements with `python3 -m pip install -r requirements.txt`
If the above command fails, install `python3-pip`
Install the requirements with `python -m pip install -r requirements.txt`
If the above command fails, install `python-pip`
Use the bash script `irccloud_cronjob` provided for ease of use

License
Expand Down
2 changes: 1 addition & 1 deletion irccloud_cronjob
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

export IRCCLOUD_USERNAME="your@email"
export IRCCLOUD_PASSWORD="yourpassword"
python3 "$HOME/irccloud.py"
python "$HOME/irccloud.py"

0 comments on commit 40cb4ca

Please sign in to comment.