mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 23:16:21 +00:00
Auto: misc.
This commit is contained in:
@@ -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.
|
- Depending on the version you might need to run `pip` or `pip3` to use it. I use `pip3` in my systems.
|
||||||
- [[install]]
|
- [[install]]
|
||||||
- [[debian]] `apt install python3-pip`
|
- [[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
@@ -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:
|
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. 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.
|
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.
|
- 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.
|
- 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 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user