Skip to content

Commit

Permalink
Merge pull request #1163 from daikikatsuragawa/master
Browse files Browse the repository at this point in the history
Document formatting
  • Loading branch information
miguelgfierro authored Jul 26, 2020
2 parents e961e91 + b427609 commit 6f09f0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,28 +32,28 @@ To setup on your local machine:

2. Clone the repository

```
```bash
git clone https://github.com/Microsoft/Recommenders
```

3. Run the generate conda file script to create a conda environment: (This is for a basic python environment, see [SETUP.md](SETUP.md) for PySpark and GPU environment setup)

```
```bash
cd Recommenders
python tools/generate_conda_file.py
conda env create -f reco_base.yaml
```

4. Activate the conda environment and register it with Jupyter:

```
```bash
conda activate reco_base
python -m ipykernel install --user --name reco_base --display-name "Python (reco)"
```

5. Start the Jupyter notebook server

```
```bash
jupyter notebook
```

Expand Down

0 comments on commit 6f09f0f

Please sign in to comment.