Skip to content

Commit

Permalink
Merge pull request #44 from ericdill/py3-only
Browse files Browse the repository at this point in the history
MNT/DOC: Make it clear this is py3 only
  • Loading branch information
parente authored Mar 28, 2017
2 parents 37f310c + 19491ed commit 32a7d2f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
3 changes: 0 additions & 3 deletions conda_mirror/conda_mirror.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from __future__ import (unicode_literals, print_function, division,
absolute_import)

import argparse
import logging
import os
Expand Down

0 comments on commit 32a7d2f

Please sign in to comment.