Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarvy committed Feb 11, 2024
1 parent 48adb8a commit ff5ee4d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,15 @@ Install this tool using `pip`:

**Pre-requisite:**

> Assuming you have a TickTick account, register your app and create a `client_id` and `client_secret`. lazeroffmichael's (author of `ticktick-py`) wrote a easy to follow ["Get Started"](https://lazeroffmichael.github.io/ticktick-py/#get-started) instructions to set up your app.
1. Register your application.

* Assuming you have a TickTick account, register your app and create a `client_id` and `client_secret`.

> lazeroffmichael's (author of `ticktick-py`) wrote a easy to follow ["Get Started"](https://lazeroffmichael.github.io/ticktick-py/#get-started) instructions to set up your app.
2. (Recommended) Set enviornment variables for your login credentials:
* `TICKTICK_USERNANE` - Your TickTick username
* `TICKTICK_PASSWORD` - Your TickTick password

For help, run:

Expand Down

0 comments on commit ff5ee4d

Please sign in to comment.