From 9d9961227f8ffd4f614b9d856ea4193af70d905a Mon Sep 17 00:00:00 2001 From: Gregory Way Date: Wed, 9 Feb 2022 11:28:44 -0700 Subject: [PATCH 1/2] remove codeowners file --- .github/CODEOWNERS | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 5a905403..00000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,11 +0,0 @@ -# Default owners for everything in the repo. -* @gwaygenomics -* @niranjchandrasekaran - -# Owners of only python files -*.py @gwaygenomics -*.py @niranjchandrasekaran - -# Owners of documentation -docs/* @gwaygenomics -docs/* @niranjchandrasekaran From 81aefb006fa0c729f50a72433e0510a1dd57b518 Mon Sep 17 00:00:00 2001 From: Gregory Way Date: Wed, 9 Feb 2022 11:32:59 -0700 Subject: [PATCH 2/2] update install instructions --- docs/install.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 6f4a15a3..99213db9 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -1,10 +1,14 @@ Install ======= -We are actively developing pycytominer, and no official release yet exists. +To install pycytominer, use pip: -To install a demo version, use +.. code-block:: bash + + pip install pycytominer + +You can also install pycytominer with conda: .. code-block:: bash - pip install git+https://github.com/cytomining/pycytominer@282966b24bb5c6ac5150fad9deba16156c83a826 + conda install -c conda-forge pycytominer