Skip to content

Commit

Permalink
FIX: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Jun 21, 2017
1 parent 9ce8dea commit 3f3dea4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Collection of algorithms and functions for ultrafast electron diffraction.
Getting Started with scikit-ued
-------------------------------

scikit-ued is available on PyPI can be installed with `pip <https://pip.pypa.io>`_.::
scikit-ued is available on PyPI; it can be installed with `pip <https://pip.pypa.io>`_.::

$ python -m pip install scikit-ued
python -m pip install scikit-ued

To install the latest development version from `Github <https://github.com/LaurentRDC/scikit-ued>`_::

$ python -m pip install git+git://github.com/LaurentRDC/scikit-ued.git
python -m pip install git+git://github.com/LaurentRDC/scikit-ued.git

Each version is tested against Python 3.5 and 3.6. If you are using a different version, tests can be run
using the standard library's `unittest` module.
Expand Down
2 changes: 1 addition & 1 deletion skued/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__author__ = 'Laurent P. René de Cotret'
__email__ = 'laurent.renedecotret@mail.mcgill.ca'
__license__ = 'MIT'
__version__ = '0.4.4.2' # TODO: automatic versioning?
__version__ = '0.4.4' # TODO: automatic versioning?

from .affine import (affine_map, change_basis_mesh, change_of_basis, is_basis,
is_rotation_matrix, minimum_image_distance,
Expand Down

0 comments on commit 3f3dea4

Please sign in to comment.