From 516b5690fe8e6d9263d12ff9376614ee52b6809e Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 30 Apr 2021 13:28:17 +0200 Subject: [PATCH] Auto: misc. --- journal/2021-04-30.md | 4 +++- pip.md | 7 +++++++ promnesia-howto.md | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 pip.md diff --git a/journal/2021-04-30.md b/journal/2021-04-30.md index b644b784a..6c3aa008c 100644 --- a/journal/2021-04-30.md +++ b/journal/2021-04-30.md @@ -6,4 +6,6 @@ - [[donated]], will do so monthly for six months. - [[2021-11-01]] - [[review]] -- [[promnesia]] \ No newline at end of file +- [[browser extensions]] + - [[promnesia]] + - [[pip]] \ No newline at end of file diff --git a/pip.md b/pip.md new file mode 100644 index 000000000..bcfce5429 --- /dev/null +++ b/pip.md @@ -0,0 +1,7 @@ +# pip + +- The package installer for Python. + - 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` diff --git a/promnesia-howto.md b/promnesia-howto.md index 79c6847d4..04cc49377 100644 --- a/promnesia-howto.md +++ b/promnesia-howto.md @@ -8,7 +8,7 @@ From [[go/promnesia/git]]: "[[Promnesia]] is a [[browser extension]] for Chrome and Firefox which serves as a web surfing copilot, enhancing your browsing history and web exploration experience" -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 provide 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. 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.