Skip to content

Commit 3619272

Browse files
committed
platforms
1 parent 498b509 commit 3619272

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ to nbdev1 aren’t huge, it does require some changes. The old version
88
docs are at [nbdev1.fast.ai](https://nbdev1.fast.ai). You can use
99
version-pinning in `settings.ini` (i.e `'nbdev<2'`) to stop nbdev from
1010
upgrading. To upgrade, follow the [migration
11-
tutorial](/migrating.html).*
11+
tutorial](https://nbdev.fast.ai/migrate.html).*
1212

1313
------------------------------------------------------------------------
1414

@@ -45,11 +45,14 @@ practices because tests and documentation are first class.
4545

4646
## Install
4747

48-
With pip:
48+
nbdev works on macOS, Linux, and most Unix-style operating systems. It
49+
works on Windows under WSL, but not under cmd or Powershell.
50+
51+
You can install nbdev with pip:
4952

5053
pip install nbdev
5154

52-
With conda:
55+
… or with conda (or mamba):
5356

5457
conda install -c fastai nbdev
5558

@@ -80,7 +83,7 @@ src="https://github.com/fastai/logos/raw/main/nbdev_walkthrough.png" /></a>
8083
</div>
8184

8285
(There’s an [alternate version of the
83-
walkthru](https://youtu.be/67FdzLSt4aA) avaialable with the coding
86+
walkthru](https://youtu.be/67FdzLSt4aA) available with the coding
8487
sections sped up using the `unsilence` python library – it’s 27 minutes
8588
faster, but it’s be harder to follow along with.)
8689

nbs/getting_started.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,13 @@
4646
"cell_type": "markdown",
4747
"metadata": {},
4848
"source": [
49-
"With pip:\n",
49+
"nbdev works on macOS, Linux, and most Unix-style operating systems. It works on Windows under WSL, but not under cmd or Powershell.\n",
50+
"\n",
51+
"You can install nbdev with pip:\n",
5052
"\n",
5153
" pip install nbdev\n",
5254
"\n",
53-
"With conda:\n",
55+
"... or with conda (or mamba):\n",
5456
"\n",
5557
" conda install -c fastai nbdev\n",
5658
"\n",

0 commit comments

Comments
 (0)