From 9e4eac543f2ecc5aadb199534ced9fe48de72419 Mon Sep 17 00:00:00 2001 From: Eric Semeniuc <3838856+esemeniuc@users.noreply.github.com> Date: Tue, 15 May 2018 08:23:41 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b5a302b..b74b6fc 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ The handle and password are stored locally. # Setup (Linux) 1. Clone the repository. `git clone https://github.com/ehnryx/cf_submit.git` +1. Install the dependencies. `pip3 install robobrowser prettytable` 1. cd into the cloned repository. `cd cf_submit` 1. Move `cf.py` to `cf` for easy typing. `mv cf.py cf` 1. Make the python script executable. `chmod +x cf`