Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit 5843ae2

Browse files
committed
fix errors
1 parent c548eb3 commit 5843ae2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

getting_started.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,27 @@ All platforms with ``conda``
2323
* Create a new Python 3.5 environment (named ``aio35``, use a different
2424
if you like)::
2525

26+
.. highlight:: bash
27+
2628
conda create -n aio35 python=3.5
2729

2830
* Activate it.
2931
Linux and OS X::
3032

33+
.. highlight:: bash
34+
3135
$ source activate aio35
3236

3337
Windows::
3438

39+
.. highlight:: bash
40+
3541
$ source activate aio35
3642

3743
* Install ``aiohttp``::
3844

45+
.. highlight:: bash
46+
3947
$(aio35) pip install aiohttp
4048

4149
Platform specific

0 commit comments

Comments
 (0)