File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,6 +41,13 @@ The easiest way to install PJPipe is via pip:
4141pip install pjpipe
4242```
4343
44+ You ** must** also install spacepylot for PJPipe to work. PyPI does not work with
45+ direct dependencies, so install this afterwards like:
46+
47+ ``` bash
48+ pip install git+https://github.com/ejwatkins-astro/spacepylot.git
49+ ```
50+
4451## Setting up config files
4552
4653The pipeline is primarily interfaced with using config files. These are .toml,
Original file line number Diff line number Diff line change @@ -10,3 +10,9 @@ You can also install through GitHub: ::
1010
1111 git clone https://github.com/PhangsTeam/pjpipe.git
1212 pip install -e .
13+
14+ Note that in both cases, You **must ** also install spacepylot for PJPipe to work.
15+ PyPI does not work with direct dependencies, so install this afterwards like: ::
16+
17+ pip install git+https://github.com/ejwatkins-astro/spacepylot.git
18+
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dependencies = [
5858 " setuptools>=72.2.0" ,
5959 " stdatamodels>=2.0.0" ,
6060 " stwcs>=1.7.3" ,
61- " spacepylot@git+https://github.com/ejwatkins-astro/spacepylot.git" ,
61+ # "spacepylot@git+https://github.com/ejwatkins-astro/spacepylot.git",
6262 " threadpoolctl>=3.5.0" ,
6363 " tomli>=2.0.1" ,
6464 " tqdm>=4.66.5" ,
You can’t perform that action at this time.
0 commit comments