Skip to content

Commit 4762b31

Browse files
authored
Update README.md
1 parent 9a29a76 commit 4762b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

days/67-69-pyperclip/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It's a wonderful tool for copying and pasting to the clipboard using your Python
77

88
## Day N: Pyperclip usage and an Affiliate script
99

10-
Get your environment setup and learn how to use Pyperclip with the setup and usage videos.
10+
Get your environment setup and learn how to use Pyperclip with the setup and usage videos. Note to **Linux** users: You likely need to install `xclip` to get `Pyperclip` to work on your system, [more info here](https://github.com/talkpython/100daysofcode-with-python-course/issues/46).
1111

1212
Once done, move onto *Generate affiliate links with Pyperclip* to see a solid use case for Pyperclip (something we use ourselves!).
1313

@@ -38,4 +38,4 @@ Be sure to share your last couple of days work on Twitter or Facebook. Use the h
3838

3939
Here are [some examples](https://twitter.com/search?q=%23100DaysOfCode) to inspire you. Consider including [@talkpython](https://twitter.com/talkpython) and [@pybites](https://twitter.com/pybites) in your tweets.
4040

41-
*See a mistake in these instructions? Please [submit a new issue](https://github.com/talkpython/100daysofcode-with-python-course/issues) or fix it and [submit a PR](https://github.com/talkpython/100daysofcode-with-python-course/pulls).*
41+
*See a mistake in these instructions? Please [submit a new issue](https://github.com/talkpython/100daysofcode-with-python-course/issues) or fix it and [submit a PR](https://github.com/talkpython/100daysofcode-with-python-course/pulls).*

0 commit comments

Comments
 (0)