Skip to content

Commit

Permalink
Modify README
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeqfu committed Jun 13, 2022
1 parent 6259ab3 commit b2e9d9f
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,11 @@ Installation

To install the latest release of pyhelpers from `PyPI <https://pypi.org/project/pyhelpers/>`_ via `pip <https://pip.pypa.io/en/stable/cli/pip/>`_:

.. code-block:: console
.. code-block:: bash
pip install --upgrade pyhelpers
.. note::

For more information, please also refer to `Installation <https://pyhelpers.readthedocs.io/en/latest/installation.html>`_.
**Note:** For more information, please also refer to `Installation <https://pyhelpers.readthedocs.io/en/latest/installation.html>`_.

License
#######
Expand All @@ -53,17 +51,15 @@ Cite as

Fu, Q. (2020). PyHelpers: an open-source toolkit for facilitating Python users' data manipulation tasks. Zenodo. `doi:10.5281/zenodo.4017438 <https://doi.org/10.5281/zenodo.4017438>`_

.. code-block::
.. code-block:: bibtex
@software{qian_fu_pyhelpers_4017438,
author = {Qian Fu},
title = {{PyHelpers: an open-source toolkit for facilitating Python users' data manipulation tasks}},
year = 2020,
publisher = {Zenodo},
doi = {10.5281/zenodo.4017438},
url = {https://doi.org/10.5281/zenodo.4017438}
author = {Qian Fu},
title = {{PyHelpers: an open-source toolkit for facilitating Python users' data manipulation tasks}},
year = 2020,
publisher = {Zenodo},
doi = {10.5281/zenodo.4017438},
url = {https://doi.org/10.5281/zenodo.4017438}
}
.. note::

Please also refer to the export options from `Zenodo <https://doi.org/10.5281/zenodo.4017438>`_ to reference the specific version as appropriate when using PyHelpers.
**Note:** Please also refer to the export options from `Zenodo <https://zenodo.org/search?page=1&size=20&q=conceptrecid:%224017438%22&sort=-version&all_versions=True>`_ to reference the specific version as appropriate when using PyHelpers.

0 comments on commit b2e9d9f

Please sign in to comment.