File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2525 run : |
2626 sudo apt-get install pandoc
2727 python -m pip install -U pip
28- python -m pip install -r pip- requirements.txt
28+ python -m pip install -r requirements.txt
2929 python -m pip install git+https://github.com/astropy/nbcollection
3030
3131 - name : Execute the notebooks
Original file line number Diff line number Diff line change 2727 run : |
2828 sudo apt-get install pandoc
2929 python -m pip install -U pip
30- python -m pip install -r pip- requirements.txt
30+ python -m pip install -r requirements.txt
3131 python -m pip install gitpython
3232 python -m pip install git+https://github.com/astropy/nbcollection
3333
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build: envcheck execute convert
77buildall : envcheck executeall convertall
88
99envcheck :
10- python -c " import pkg_resources; pkg_resources.require(open('pip- requirements.txt', mode='r')); print('Your environment is all set!')"
10+ python -c " import pkg_resources; pkg_resources.require(open('requirements.txt', mode='r')); print('Your environment is all set!')"
1111
1212execute :
1313 nbcollection execute --timeout=600 --flatten --build-path=. -v ${MODIFIED}
Original file line number Diff line number Diff line change 2525To run the tutorials locally, you should start by cloning this repository with
2626` git ` or downloading an archive of this repository from GitHub. You will need to
2727have [ Jupyter notebook] ( http://jupyter.org/ ) and IPython installed and will need
28- to install the tutorial dependencies specified in ` pip- requirements.txt` :
28+ to install the tutorial dependencies specified in ` requirements.txt ` :
2929
30- python -m pip install -r pip- requirements.txt
30+ python -m pip install -r requirements.txt
3131
3232To check that your environment is set up to run the tutorials, you can use the
3333Makefile provided in this repository with the custom ` envcheck ` command:
@@ -54,7 +54,7 @@ Contributing tutorial material
5454------------------------------
5555
5656We are always interested in incorporating new tutorials into Learn Astropy and
57- the Astropy Tutorials series. We welcome tutorials covering astro-relevant topics and they do not
57+ the Astropy Tutorials series. We welcome tutorials covering astro-relevant topics and they do not
5858necessarily need to use the Astropy package in order to be hosted or indexed here.
5959If you have astronomy tutorials that you would like to contribute to this repository,
6060or if you have a separate tutorial series that you would like indexed by the
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ dependencies:
77 - python=3.9
88 - pip
99 - pip :
10- - -r pip- requirements.txt
10+ - -r requirements.txt
File renamed without changes.
You can’t perform that action at this time.
0 commit comments