diff --git a/README.rst b/README.rst index c97cf36..9e746dc 100644 --- a/README.rst +++ b/README.rst @@ -68,16 +68,19 @@ The following creates and activates a new environment named ``pdfbl.sequential_e 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 `_. -To install using ``pip`` into your ``pdfbl.sequential_env`` environment, type :: +You can also use ``pip`` to download and install the latest release from +`Python Package Index `_ in your environment. +But you would still need to install the dependency ``diffpy.cmi`` using +``conda`` first :: + conda install diffpy.cmi pip install pdfbl.sequential If you prefer to install from sources, after installing the dependencies, obtain the source archive from `GitHub `_. Once installed, ``cd`` into your ``pdfbl.sequential`` directory and run the following :: + conda install diffpy.cmi pip install . This package also provides command-line utilities. To check the software has been installed correctly, type :: diff --git a/news/installation-instruction.rst b/news/installation-instruction.rst new file mode 100644 index 0000000..fce2341 --- /dev/null +++ b/news/installation-instruction.rst @@ -0,0 +1,23 @@ +**Added:** + +* Modify installation instruction for dependencies. + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +* diff --git a/requirements/pip.txt b/requirements/pip.txt index 4859cb4..99c3f99 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1,2 +1,6 @@ numpy -diffpy.cmi +scipy +prompt_toolkit +bg-mpl-stylesheets +psutil +matplotlib