File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,6 +72,15 @@ The output should print the latest version displayed on the badges above.
7272
7373If 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+
7584To install using ``pip `` into your ``diffpy.apps_env `` environment, type ::
7685
7786 pip install diffpy.apps
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments