diff --git a/README.md b/README.md index cf86000..bd086d6 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,20 @@ Mirrors an upstream conda channel to a local directory. ## Install +`conda-mirror` is available on PyPI and conda-forge. + +Install with: + `pip install conda-mirror` +or: + +`conda install conda-mirror -c conda-forge` + +## Compatibility + +`conda-mirror` is intentionally a py3 only package + ## CLI CLI interface for `conda-mirror.py` diff --git a/conda_mirror/conda_mirror.py b/conda_mirror/conda_mirror.py index d2fac63..1f874d8 100644 --- a/conda_mirror/conda_mirror.py +++ b/conda_mirror/conda_mirror.py @@ -1,6 +1,3 @@ -from __future__ import (unicode_literals, print_function, division, - absolute_import) - import argparse import logging import os