Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Mar 3, 2024
1 parent 6d8b1a5 commit 9dd1e91
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
Przed Państwem kod źródłowy mojej strony z notatkami z matematyki.
Zapraszam do oglądania i komentowania!

## Instalacja

Część plików nie jestd dodawana do git'a. Generują się same po użyciu dowolnej komendy z Makefile'a.

```sh
python3 -m pip install -m virtualenv # if no virtualenv package already installed
python3 -m virtualenv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
# to build html
make html
```

## Thing about PDF customization

<details><summary>Start here later</summary>
Expand Down

0 comments on commit 9dd1e91

Please sign in to comment.