Auto: misc.

This commit is contained in:
2021-04-30 13:29:24 +02:00
parent 516b5690fe
commit f563098e1e
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -4,4 +4,5 @@
- Depending on the version you might need to run `pip` or `pip3` to use it. I use `pip3` in my systems.
- [[install]]
- [[debian]] `apt install python3-pip`
- [[osx]] `curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py; python get-pip.py`
- [[osx]] `curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python get-pip.py`
- [[windows]] pending
+4 -4
View File
@@ -11,8 +11,8 @@ 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.
1. 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.
- 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.
1. 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.
2. On OSX: should be the same.
3. 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.
- 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.