Skip to content

Commit d756685

Browse files
committed
Content for the first point
1 parent 351511d commit d756685

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

points.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
- name: Ready to use Python environment
2-
ready: false
32
content: |
4-
How to get Python ready for use:
3+
On Fedora, Python comes pre-installed, ready for you to dive in.
4+
With first class support for Python virtual environments.
5+
Out of the box, no need to guess a magic package name to install to get started.
6+
Look:
57
6-
1. Install Fedora.
7-
2. There is no step 2.
8+
[fedora]$ pyvenv env
9+
[fedora]$ . env/bin/activate
10+
(env) [fedora]$ python ...
811
logo: prompt
912
link:
10-
href: http://example.com
11-
caption: Find out more!
13+
href: https://developer.fedoraproject.org/tech/languages/python/python-installation.html
14+
caption: Get started!
1215
- name: All the Pythons
1316
content: |
1417
Fedora includes a great many versions of Python: CPython in multiple 3.X

0 commit comments

Comments
 (0)