Skip to content

Commit

Permalink
update installation
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrunewald committed Jan 7, 2025
1 parent 066cbe5 commit 8bf18f9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
13 changes: 10 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,17 @@ Martini 3 Benzene
# Draw molecule at different resolutions
ax, pos = draw_molecule(mol_graph)
Resources
=========
Installation
============

- here go some resources
The easiest ways to install **cgsmiles** is using pip:

.. code:: bash
pip install git+https://github.com/gruenewald-lab/CGsmiles.git
In the future we will also distribute it through the Pypi
package index but that is currently not supported.

Related Tools
=============
Expand Down
9 changes: 3 additions & 6 deletions docs/source/gettingstarted/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ Installation

The easiest ways to install **cgsmiles** is using pip:

.. code:: bash
pip install cgsmiles
Alternatively install the master branch directly from GitHub:

.. code:: bash
pip install git+https://github.com/gruenewald-lab/CGsmiles.git
In the future we will also distribute it through the Pypi
package index but that is currently not supported.

0 comments on commit 8bf18f9

Please sign in to comment.