Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonElia authored Mar 20, 2022
1 parent 5077430 commit 7342c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ If everything worked properly, when you launch the application chrome should lau
## Follow these steps to solve a Datacamp course
1. Open a browser and log into Datacamp, then find the course you want to be solved and open the course so that you are at one of the problems/exercises. Now, copy the link of that page, it should look something like `https://campus.datacamp.com/courses/supervised-learning-with-scikit-learn/classification?ex=1` (if it has `ex=` a number, you've got the right link)
2. Next, launch DCS Terminal and once you see ![image](https://user-images.githubusercontent.com/85963782/159138489-a51fdbbf-43de-45c2-8f0d-8574f52f5419.png), type: `setcreds [email protected] YourDatacampPassword` and press enter. *This will store your login information, so next time you want to use the terminal, you won't have to enter it again.*
3. Type `login` and wait for the chrome tab to be fully logged into Datacamp. If the login fails, try running the command again.
4. Finally, with the link you copied earlier, type: `solvecourse TheLinkYouCopied`. If you want to set a delay, or wait time in between the solving of each exercise, see `Extra terminal commands` below
3. Type `login` and wait for the chrome tab to be fully logged into Datacamp. *If the login fails, try running the command again.*
4. Finally, with the link you copied earlier, type: `solvecourse TheLinkYouCopied`. *If you want the program to redo a course to get you XP from it again, type:* `solvecourse TheLinkYouCopied --autoreset`. If you want to set a delay, or wait time in between the solving of each exercise, see `Extra terminal commands` below
5. Sit back and relax! You can have the terminal and the chrome tab minimized and continue to use your computer, try not to use copy and paste too much while it is running as the terminal copies the answers, then pastes them into Datacamp.

**If you did everything right, your terminal should look like this and the course should be getting solved.**
Expand Down

0 comments on commit 7342c5d

Please sign in to comment.