Skip to content

Commit

Permalink
update for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain.Faure committed Mar 25, 2020
1 parent 7d1ccd5 commit 680862a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
13 changes: 3 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ in the book “Crowds in equations: an introduction to the microscopic modeling
of crowds” by B. Maury (ENS Ulm & Univ. Paris-Sud) and S. Faure (CNRS), World
Scientific 2018, Advanced textbooks in mathematics.


Installation (Python 3)
========================

With Pypi
---------
Installation with Pypi:

.. code::
Expand All @@ -32,8 +27,7 @@ or
pip install cromosim --user
From source
-----------
Installation from source:

You can also clone the project

Expand All @@ -48,7 +42,6 @@ and then use the command
python setup.py install
Documentation
=============
Documentation:

`<http://www.cromosim.fr>`_
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ matplotlib >=3.1.3
numpydoc >=0.7.0
sphinx >=1.6.3
scikit-fmm >=0.0.9
cvxopt >= 1.2.0
imageio>=2.8.0
cvxopt >=1.2.0
imageio >=2.8.0
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def write_version_py(filename='cromosim/version.py'):
name = "cromosim",
version = VERSION,
description = README[0],
long_description_content_type = 'text/x-rst',
long_description = "".join(README[1:]),
author = "Sylvain Faure, Bertrand Maury",
author_email = "[email protected], [email protected]",
Expand Down

0 comments on commit 680862a

Please sign in to comment.