Skip to content

Commit

Permalink
correct mismatch in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hamelsmu committed Aug 11, 2020
1 parent dfda419 commit 80eaafb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ See below for *Installing* and *Getting Started*. In the other pages of the docu

## Installing

nbdev is is on PyPI so you can just run:
```
pip install nbdev
```
nbdev is is on PyPI and conda so you can just run `pip install nbdev` or `conda install -c fastai nbdev`.

For an [editable install](https://stackoverflow.com/questions/35064426/when-would-the-e-editable-option-be-useful-with-pip-install), use the following:
```
Expand Down
17 changes: 13 additions & 4 deletions nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"nbdev is is on PyPI so you can just run:\n",
"``` \n",
"pip install nbdev\n",
"```\n",
"nbdev is is on PyPI and conda so you can just run `pip install nbdev` or `conda install -c fastai nbdev`.\n",
"\n",
"For an [editable install](https://stackoverflow.com/questions/35064426/when-would-the-e-editable-option-be-useful-with-pip-install), use the following:\n",
"```\n",
Expand Down Expand Up @@ -399,6 +396,18 @@
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
}
},
"nbformat": 4,
Expand Down

1 comment on commit 80eaafb

@review-notebook-app
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review Jupyter notebook diffs for this commit on  ReviewNB

You can open a pull request to discuss changes and offer feedback.


Powered by ReviewNB

Please sign in to comment.