You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.rst
+7
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,13 @@ I strongly suggest users to use the ``pip`` plataform:
22
22
23
23
pip install pyhdust
24
24
25
+
**pyhdust** dependencies are constantly evolving. If you face an installation problem,
26
+
check the `versioning page <https://pyhdust.readthedocs.io/alternative.html>`_. To install a specify version (for example, *1.5.12*):
27
+
28
+
.. code:: bash
29
+
30
+
pip install "pyhdust==1.5.12"
31
+
25
32
If your are not the root of the system, add the flag ``--user`` to the command above. Dependencies (as filters efficiency and stellar evolution models) are included in the subdirectories.
**Analysis tools for multi-technique astronomical data and** *hdust* **models**. About the *hdust* code, see Carciofi & Bjorkman (`2006 <http://adsabs.harvard.edu/abs/2006ApJ...639.1081C>`_, `2008 <http://adsabs.harvard.edu/abs/2008ApJ...684.1374C>`_).
6
6
7
-
Pyhdust is currently at **version 1.5.12-1**. |Tests|
7
+
Pyhdust is currently at **version 1.6.0**. |Tests|
@@ -44,6 +44,13 @@ I strongly suggest users to use the ``pip`` plataform:
44
44
45
45
pip install pyhdust
46
46
47
+
**pyhdust** dependencies are constantly evolving. If you face an installation problem,
48
+
check the :doc:`versioning <versioning>` page. To install a specify version (for example, *1.5.12*):
49
+
50
+
.. code:: bash
51
+
52
+
pip install "pyhdust==1.5.12"
53
+
47
54
If your are not the root of the system, add the flag ``--user`` to the command above. Dependencies (as filters efficiency and stellar evolution models) are included in the subdirectories.
0 commit comments