-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (34 loc) · 1.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<title>NekoTouko First Website</title>
</head>
<pre>
My dear little Touko,
It's me! Your lovely rokiya.
Welcome to Github! I hope you can like this place -- that we will build together.
Here's a little task for you:
1. Learn a Pull Request in Github.
This is the code I write for my homework.
Now You're going to approve my code and celebrate one of the hard homework I just done!
I'm super excited!
Do the following:
1.1 Come here: https://github.com/GindaChen/ME759-HW/pull/2
1.2 Add your review (just random comments)
1.3 Click "Merge pull request".
1.4 (Optional) Click "Delete Branch"
Whenever you done the task, I will know by email. And you're excellent first step (instead of a stupid plain hello-world project like others) will be recorded in the Github forever!
Hope you like it?
Always love you,
Rokiya
</pre>
<h2>Install Pythonnet</h2>
<pre>
echo 'export USE_OSX_FRAMEWORKS=0 ARCHFLAGS="-arch x86_64" pip install git+https://github.com/pythonnet/pythonnet' >> ~/.zshrc
brew update
brew install pkg-config
brew install glib
brew install mono
pip install pythonnet
</pre>
</html>