Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,15 @@ The output should print the latest version displayed on the badges above.

If the above does not work, you can use ``pip`` to download and install the latest release from
`Python Package Index <https://pypi.python.org>`_.

You still need to install some of its dependencies from ``conda`` ::

git clone https://github.com/diffpy/diffpy.apps.git
cd diffpy.apps
conda activate diffpy.apps_env
conda install --file requirements/conda.txt


To install using ``pip`` into your ``diffpy.apps_env`` environment, type ::

pip install diffpy.apps
Expand Down
23 changes: 23 additions & 0 deletions news/doc-conda-install.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* No news added: Add ``conda install`` instructions.

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>
Loading