Auto: misc.

This commit is contained in:
2021-04-30 13:31:24 +02:00
parent f563098e1e
commit c592c867c1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,5 +7,5 @@
- [[2021-11-01]]
- [[review]]
- [[browser extensions]]
- [[promnesia]]
- [[promnesia howto]]
- [[pip]]
+2 -2
View File
@@ -10,9 +10,9 @@ From [[go/promnesia/git]]:
I would myself qualify this a bit and say that Promnesia is a tool with several legs, one of which is the browser extension; to get the full benefits, you also need to install a local process in your machine (a "backend"). In any case, let's begin:
1. Install the browser extension component.
- Install the browser extension component.
- Currently supported are [Firefox](https://addons.mozilla.org/en-US/firefox/addon/promnesia/ and [Chrome](https://chrome.google.com/webstore/detail/promnesia/kdmegllpofldcpaclldkopnnjjljoiio). Choose one :) I use Firefox.
2. Install the local process.
- Install the local process.
- On Linux, type in your terminal: ```pip3 install --user promnesia bs4 lxml mistletoe logzero```. If pip3 is not found, please refer to [[pip]] to install it.
- On OSX: should be the same.
- On Windows: unsure. I have a Windows install so I might give it a try soon and report back; [[let me know]] if you are interested and I'll prioritize this.