@@ -31,10 +31,7 @@ AbiPy can be used in conjunction with matplotlib_, pandas_, scipy_, seaborn_, ip
3131thus providing a powerful and user-friendly environment for data analysis and visualization.
3232
3333To learn more about the integration between jupyter _ and AbiPy, visit `our collection of notebooks
34- <https://nbviewer.jupyter.org/github/abinit/abitutorials/blob/master/abitutorials/index.ipynb> `_
35- or click the **Launch Binder ** badge to start a Docker image with Abinit, AbiPy and all the other python dependencies
36- required to run the code inside the jupyter notebooks.
37- The notebook will be opened in your browser after building.
34+ <https://abinit.github.io/abipy_book/intro.html> `_
3835
3936AbiPy is free to use. However, we also welcome your help to improve this library by making your own contributions.
4037Please report any bugs and issues at AbiPy's `Github page <https://github.com/abinit/abipy >`_.
@@ -75,9 +72,9 @@ python packages through `Anaconda <https://continuum.io/downloads>`_ (or conda).
7572See `Installing conda `_ to install conda itself.
7673We routinely use conda _ to test new developments with multiple Python versions and multiple virtual environments.
7774
78- Create a new conda _ environment based on python 3.11 (let's call it ``abienv ``) with::
75+ Create a new conda _ environment based on python 3.12 (let's call it ``abienv ``) with::
7976
80- conda create --name abienv python=3.11
77+ conda create --name abienv python=3.12
8178
8279and activate it with::
8380
@@ -87,9 +84,11 @@ You should see the name of the conda environment in the shell prompt.
8784
8885Finally, install AbiPy with::
8986
90- conda install abipy -c conda-forge
87+ conda install abipy -c conda-forge --yes
9188
92- Please note that, at present, conda-forge does not provide executables
89+ Please note that, it is also possible to install the abinit executables in the same enviroment using
90+
91+ conda install abinit -c conda-forge --yes
9392
9493Additional information on the steps required to install AbiPy with anaconda are available
9594in the `anaconda howto <http://abinit.github.io/abipy/installation#anaconda-howto >`_.
@@ -113,7 +112,7 @@ For pip, use::
113112
114113If you are using conda _ (see `Installing conda `_ to install conda itself), create a new environment (``abienv ``) with::
115114
116- conda create -n abienv python=3.11
115+ conda create -n abienv python=3.12
117116 source activate abienv
118117
119118Add ``conda-forge ``, and ``abinit `` to your channels with::
0 commit comments