Skip to content

Commit 89d9499

Browse files
committed
update readme
1 parent 57835ee commit 89d9499

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ PyHDX
3333

3434

3535
PyHDX is python project which can be used to derive Gibbs free energy from HDX-MS data.
36-
Currently version 0.3.2 is the stable release. Version 0.4.0 is released as beta.
3736

3837
Installation
3938
============
@@ -42,14 +41,19 @@ Installation of the latest stable beta with `pip`:
4241

4342
.. code-block:: console
4443
45-
pip install pyhdx==0.4.0b8
44+
pip install pyhdx
4645
4746
Installation with web interface extra:
4847

4948
.. code-block:: console
5049
51-
pip install pyhdx==0.4.0b8[web]
50+
pip install pyhdx[web]
5251
52+
Conda install (includes web interface extra):
53+
54+
.. code-block:: console
55+
56+
conda install pyhdx
5357
5458
Run PyHDX
5559
=========
@@ -69,12 +73,12 @@ Web Application
6973
===============
7074

7175
The PyHDX web application is currently hosted at:
72-
http://pyhdx.jhsmit.org/main
76+
http://pyhdx.jhsmit.org
7377

7478
A test file can be downloaded from `here <https://raw.githubusercontent.com/Jhsmit/PyHDX/master/tests/test_data/input/ecSecB_apo.csv>`_ and `here <https://raw.githubusercontent.com/Jhsmit/PyHDX/master/tests/test_data/input/ecSecB_dimer.csv>`_. (right click, save as).
7579

76-
The 0.4.0b4 version of PyHDX (featuring batch fitting / multiple states) is hosted at:
77-
http://pyhdx-beta.jhsmit.org/main
80+
A beta version might be available at:
81+
http://pyhdx-beta.jhsmit.org
7882

7983
The latest beta docs are found `here <https://pyhdx.readthedocs.io/en/latest/>`_
8084

0 commit comments

Comments
 (0)