mirror of
https://github.com/flancian/garden.git
synced 2026-08-06 14:36:18 +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.
|
||||
- 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"
|
||||
@@ -18,6 +18,8 @@
|
||||
- [[critique of worker coops]]
|
||||
- [[lake atitlán]]
|
||||
- [[agora feeds]]
|
||||
- [[venv]]
|
||||
- [[virtualenv]]
|
||||
|
||||
|
||||
[//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