Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 386939e

Browse files
committed
update README.md
1 parent 788902a commit 386939e

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
## Build
1+
# Bases de Python pour l’astronomie
22

3-
1. Clone this repository.
4-
2. Install [pandoc] and [TeX Live] (or any LaTeX distribution with XeLaTeX and
5-
the packages used in the `template.latex` file).
6-
3. Run `make` in the current directory to generate the PDF document.
3+
## Accès au PDF
4+
5+
[`tuto_python_astro.pdf`](https://github.com/gpelouze/tuto_python_astro/releases/latest/download/tuto_python_astro.pdf)
6+
7+
8+
## Compilation
9+
10+
1. (Installer [pandoc] et [TeX Live].)
11+
2. Cloner ce dépôt (`git clone https://github.com/gpelouze/tuto_python_astro`)
12+
3. Se déplacer dans le répertoire du dépôt (`cd tuto_python_astro`)
13+
4. Exécuter `make` pour générer le PDF
714

815
[pandoc]: https://pandoc.org/
916
[TeX Live]: https://tug.org/texlive/
@@ -14,8 +21,8 @@
1421
[![license-img]][license-url]
1522
This work is licensed under a [Creative Commons Attribution 4.0 International
1623
License][license-url].
17-
Any further distribution should include a link to [source].
24+
Any further distribution should include a link to
25+
<https://github.com/gpelouze/tuto_python_astro>.
1826

1927
[license-url]: http://creativecommons.org/licenses/by/4.0/
2028
[license-img]: https://i.creativecommons.org/l/by/4.0/80x15.png
21-
[source]: https://github.com/gpelouze/tuto_python_astro

0 commit comments

Comments
 (0)