Skip to content

Commit c54e1df

Browse files
committed
Update README.md
1 parent 01afe0b commit c54e1df

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

+4-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
# python-tutorial
22

33
## Brief summary
4-
A tutorial with eventual content for both absolute beginners and experienced programmers.
5-
6-
## Libraries
7-
[Python-Markdown](https://python-markdown.github.io/) - Converts Markdown to HTML
84

9-
[Jinja](https://jinja.palletsprojects.com/en/3.0.x/) - Templating, used for links, codeblocks, and HTML
10-
11-
## Usage
12-
After cloning the repository, create a virtual environment `python3 -m venv venv` and install all dependencies in requirements.txt `pip install -r requirements.txt`.
5+
A tutorial with eventual content for both absolute beginners and experienced programmers.
6+
Codeblocks that are automatically tested before being exported for use on my personal page's Python tutorial.
137

14-
Refer to the Makefile for actions to take
8+
Once, this repository held both a site generator and the markdown content of my Python tutorial.
9+
It is due for a name change...

0 commit comments

Comments
 (0)