Skip to content

Commit

Permalink
various fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebachmeier committed Jan 7, 2025
1 parent 2ccd2b3 commit 4550077
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,28 @@ There are a few things to install in order to use this package:
likely need to request it from your system admin.
Refer to https://docs.sylabs.io/guides/4.1/admin-guide/installation.html

.. code-block:: console

- Install graphviz via:
::

.. code-block:: console
$ conda install graphviz
- Install EasyLink.

Option 1 - Install from PyPI with pip::

$ pip install easylink
.. code-block:: console

$ pip install easylink

Option 2 - Build from source with pip::

$ git clone [email protected]:ihmeuw/easylink.git # or git clone https://github.com/ihmeuw/easylink.git
$ cd easylink
$ pip install .
.. code-block:: console

$ git clone [email protected]:ihmeuw/easylink.git # or git clone https://github.com/ihmeuw/easylink.git
$ cd easylink
$ pip install .

.. _end_installation:

Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[build-system]
requires = ["packaging", "setuptools"]

[tool.setuptools_scm]

[tool.black]
line_length = 94

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
name=about["__title__"],
description=about["__summary__"],
long_description=long_description,
long_description_content_type="text/x-rst",
license=about["__license__"],
url=about["__uri__"],
author=about["__author__"],
Expand Down

0 comments on commit 4550077

Please sign in to comment.