diff --git a/pip.md b/pip.md index bcfce5429..a61346564 100644 --- a/pip.md +++ b/pip.md @@ -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 diff --git a/promnesia-howto.md b/promnesia-howto.md index 04cc49377..20f94d2a1 100644 --- a/promnesia-howto.md +++ b/promnesia-howto.md @@ -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.