Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme tweaks #113

Merged
merged 1 commit into from
Mar 11, 2021
Merged
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
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Bloscpack
=========

:Author: Valentin Hänel
:Author: Valentin Haenel
:Contact: valentin@haenel.co
:List: http://groups.google.com/group/blosc
:Github: https://github.com/Blosc/bloscpack
Expand Down Expand Up @@ -89,15 +89,15 @@ require any or all of: super user privileges, a C++ compiler and/or a virtual
environment. If you do run into problems or are unsure, it's best to send an
email to the aforementioned mailing list asking for help.

The package is available on PyPi, so you may use pip to install the
The package is available on PyPi, so you may use `pip` to install the
dependencies and bloscpack itself:

.. code-block:: console

$ pip install bloscpack

The package is also available on anaconda.org via conda-forge. You may use
conda to install it:
`conda` to install it:

.. code-block:: console

Expand Down