@@ -99,16 +99,16 @@ for line ending, the option commonly chosen is
99
99
* Mac OSX
100
100
---------
101
101
If you don't already have git available, a good git client for Mac can be
102
- downloaded at `` http://www.git-scm.com/downloads `` .
103
- It installs git in `` /usr/local/git/bin/ `` , so to have it available from any
102
+ downloaded at http://www.git-scm.com/downloads.
103
+ It installs git in /usr/local/git/bin/, so to have it available from any
104
104
terminal, you will want to make sure that location is on your PATH environment
105
105
variable.
106
106
107
107
108
108
* Linux
109
109
-------
110
110
The easiest on Linux is to install git from your distro's package manager
111
- (`` yum `` for redhat based distros, `` apt-get `` for Ubuntu, ...). For example on
111
+ (yum for redhat based distros, apt-get for Ubuntu, ...). For example on
112
112
Ubuntu, it should be enough to run::
113
113
114
114
$ sudo apt-get install git
@@ -124,13 +124,13 @@ only make git accessible from there) and type::
124
124
125
125
git clone https://github.com/jonathanrocher/pandas_tutorial.git
126
126
127
- That will create a new folder named `` pandas_tutorial/ `` with all the
128
- content you will need, mostly a folder named `` climate_timeseries `` with the
127
+ That will create a new folder named pandas_tutorial/ with all the
128
+ content you will need, mostly a folder named climate_timeseries/ with the
129
129
demo notebook that we will follow for the whole tutorial.
130
130
131
131
As you get closer to the day of the tutorial, it is highly recommended to
132
132
update this repository, as I will be improving it this week. To update it, open
133
- a command prompt, move **into ** the `` pandas_tutorial/ `` folder and run::
133
+ a command prompt, move **into ** the pandas_tutorial/ folder and run::
134
134
135
135
$ git pull
136
136
0 commit comments