mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 15:06:19 +00:00
Auto: misc.
This commit is contained in:
+3
-3
@@ -6,8 +6,8 @@
|
|||||||
- I see this as part of the [[agora bridge]] effort.
|
- I see this as part of the [[agora bridge]] effort.
|
||||||
- As a [[producer]], to easily allow users and other systems to consume [[agora]] updates.
|
- As a [[producer]], to easily allow users and other systems to consume [[agora]] updates.
|
||||||
- [[push]] [[python]] libraries
|
- [[push]] [[python]] libraries
|
||||||
- [[atoma]]
|
- most popular: [[feedparser]]
|
||||||
- [[feedparser]]
|
- new contender: [[atoma]]
|
||||||
|
|
||||||
|
|
||||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
@@ -17,6 +17,6 @@
|
|||||||
[rss]: rss "Rss"
|
[rss]: rss "Rss"
|
||||||
[atom]: atom "Atom"
|
[atom]: atom "Atom"
|
||||||
[agora bridge]: agora-bridge "Agora Bridge"
|
[agora bridge]: agora-bridge "Agora Bridge"
|
||||||
[atoma]: atoma "Atoma"
|
|
||||||
[feedparser]: feedparser "Feedparser"
|
[feedparser]: feedparser "Feedparser"
|
||||||
|
[atoma]: atoma "Atoma"
|
||||||
[//end]: # "Autogenerated link references"
|
[//end]: # "Autogenerated link references"
|
||||||
@@ -18,6 +18,8 @@
|
|||||||
- [[critique of worker coops]]
|
- [[critique of worker coops]]
|
||||||
- [[lake atitlán]]
|
- [[lake atitlán]]
|
||||||
- [[agora feeds]]
|
- [[agora feeds]]
|
||||||
|
- [[venv]]
|
||||||
|
- [[virtualenv]]
|
||||||
|
|
||||||
|
|
||||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
# Venv
|
||||||
|
|
||||||
|
- ```python3 -m venv venv```
|
||||||
|
- ```. venv/bin/activate```
|
||||||
|
- Now you can run pip install, etc.
|
||||||
|
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
# Virtualenv
|
||||||
|
|
||||||
|
- [[pull]] You can use [[venv]] as a built in alternative in python3 nowadays.
|
||||||
|
|
||||||
Reference in New Issue
Block a user