You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-11Lines changed: 31 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Genearl directory layout:
14
14
│ ├── README.md
15
15
│ ├── requirements.txt
16
16
│ ├── lib/
17
-
│ ├─── tests/ # only for more advanced tutorials
17
+
│ ├── tests/ # only for more advanced tutorials
18
18
19
19
## CONTRIBUTING
20
20
@@ -26,18 +26,38 @@ When writing documentation, please use [smart quotes](http://en.wikipedia.org/wi
26
26
27
27
## Documentation Build Instructions
28
28
29
-
Documentation is essentially the website itself. Simple install requirements, run the build command within `website` directory.
29
+
Documentation is essentially the website itself. Simply install requirements, run the build command within `website` directory:
30
30
31
-
You will need a C compiler: [GCC](http://gcc.gnu.org/) or [clang](http://clang.llvm.org/). To test if you have either GCC or clang, type `gcc` or `clang` into your terminal. If you get an error that says “command not found” then follow the install instructions for your OS:
32
31
33
-
* Mac:
34
-
* You will need [XCode](http://developer.apple.com/xcode). Once you have XCode on your machine, you will need to navigate to **Preferences** –> **Downloads** –> and select **Command Line Tools** to download & install.
35
-
* Fedora: `sudo yum install gcc python-devel`
36
-
* Ubuntu: `sudo apt-get install build-essential python-dev` – you may need to run `sudo apt-get update` first.
0 commit comments