Skip to content

Commit

Permalink
rename env and fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
epignatelli committed Sep 17, 2021
1 parent dde107f commit 4cf6fe9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ It is part of the _Computer Vision Day_ of the Business School Executive Educati
#### 1. Install the conda environment
A. If you are on windows
```
conda env create -f env\sberbank_win.yaml
conda env create -f env\sberbank_win.yml
```

B. If you are on macOS or on linux platforms

```
conda env create -f env\sberbank_unix.yaml
conda env create -f env\sberbank_unix.yml
```

#### 2. Start jupyter and open the notebook
```
conda activate sberbank
jupyter-notebook
conda activate cbir
jupyter lab
```

#### 3. Open a terminal from jupyter and type
Expand Down
3 changes: 1 addition & 2 deletions env/sberbank_unix.yaml → env/sberbank_unix.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: sberbank
name: cbir
channels:
- pytorch
- defaults
Expand All @@ -21,5 +21,4 @@ dependencies:
- tqdm
- pip:
- opencv-python
prefix: ~/anaconda3/envs/sberbank

3 changes: 1 addition & 2 deletions env/sberbank_win.yaml → env/sberbank_win.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: sberbank_test
name: cbir
channels:
- pytorch
- defaults
Expand All @@ -23,5 +23,4 @@ dependencies:
- tqdm
- pip:
- opencv-python
prefix: ~/anaconda3/envs/sberbank

0 comments on commit 4cf6fe9

Please sign in to comment.