You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: days/67-69-pyperclip/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ It's a wonderful tool for copying and pasting to the clipboard using your Python
7
7
8
8
## Day N: Pyperclip usage and an Affiliate script
9
9
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).
11
11
12
12
Once done, move onto *Generate affiliate links with Pyperclip* to see a solid use case for Pyperclip (something we use ourselves!).
13
13
@@ -38,4 +38,4 @@ Be sure to share your last couple of days work on Twitter or Facebook. Use the h
38
38
39
39
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.
40
40
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