Skip to content

Commit 03ed227

Browse files
authored
Merge pull request #26 from ycexiao/doc-conda-install
doc: add instructions to `conda` install dependencies
2 parents 9bb79e7 + 5e64d94 commit 03ed227

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,15 @@ The output should print the latest version displayed on the badges above.
7272

7373
If the above does not work, you can use ``pip`` to download and install the latest release from
7474
`Python Package Index <https://pypi.python.org>`_.
75+
76+
You still need to install some of its dependencies from ``conda`` ::
77+
78+
git clone https://github.com/diffpy/diffpy.apps.git
79+
cd diffpy.apps
80+
conda activate diffpy.apps_env
81+
conda install --file requirements/conda.txt
82+
83+
7584
To install using ``pip`` into your ``diffpy.apps_env`` environment, type ::
7685

7786
pip install diffpy.apps

news/doc-conda-install.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* No news added: Add ``conda install`` instructions.
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)