Auto: misc.

This commit is contained in:
2021-01-31 14:22:41 +01:00
parent 656a341ffc
commit b70737cd54
4 changed files with 15 additions and 3 deletions
+3 -3
View File
@@ -6,8 +6,8 @@
- I see this as part of the [[agora bridge]] effort.
- As a [[producer]], to easily allow users and other systems to consume [[agora]] updates.
- [[push]] [[python]] libraries
- [[atoma]]
- [[feedparser]]
- most popular: [[feedparser]]
- new contender: [[atoma]]
[//begin]: # "Autogenerated link references for markdown compatibility"
@@ -17,6 +17,6 @@
[rss]: rss "Rss"
[atom]: atom "Atom"
[agora bridge]: agora-bridge "Agora Bridge"
[atoma]: atoma "Atoma"
[feedparser]: feedparser "Feedparser"
[atoma]: atoma "Atoma"
[//end]: # "Autogenerated link references"
+2
View File
@@ -18,6 +18,8 @@
- [[critique of worker coops]]
- [[lake atitlán]]
- [[agora feeds]]
- [[venv]]
- [[virtualenv]]
[//begin]: # "Autogenerated link references for markdown compatibility"
+6
View File
@@ -0,0 +1,6 @@
# Venv
- ```python3 -m venv venv```
- ```. venv/bin/activate```
- Now you can run pip install, etc.
+4
View File
@@ -0,0 +1,4 @@
# Virtualenv
- [[pull]] You can use [[venv]] as a built in alternative in python3 nowadays.