Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peteryuX authored Feb 19, 2020
1 parent dc22dc0 commit 6af5adf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ Offical Implementation:   [PyTorch](https://github.com/open-mmlab/mmsr)

Create a new python virtual environment by [Anaconda](https://www.anaconda.com/) or just use pip in your python environment and then clone this repository as following.

### Clone this repo
```bash
git clone https://github.com/peteryuX/esrgan-tf2.git
cd esrgan-tf2
```

### Conda
```bash
conda env create -f environment.yml
Expand All @@ -40,12 +46,6 @@ conda activate esrgan-tf2
pip install -r requirements.txt
```

### Clone this repo
```bash
git clone [email protected]:peteryuX/esrgan-tf2.git
cd esrgan-tf2
```

****

## Data Preparing
Expand Down

0 comments on commit 6af5adf

Please sign in to comment.