-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ccd2b3
commit 4550077
Showing
3 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters