This repository has been archived by the owner on Nov 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathget-started.html
executable file
·177 lines (147 loc) · 9.83 KB
/
get-started.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Get Started – Livestock3D</title>
<!-- Meta -->
<meta name="description" content="Livestock3D – ">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Social -->
<meta property="article:author" content="Christian Kongsgaard " />
<meta property="article:section" content="posts" />
<meta property="article:published_time" content="2018-03-16" />
<meta property="og:type" content="article"/>
<meta property="og:title" content="Get Started"/>
<meta property="og:description" content="Grasshopper Install Livestock DOES NOT work without a valid installation of Grasshopper and Rhino. Anaconda Install We recommend to download and install Anaconda as your Python package manager get it here Follow the instructions on their page. Remember to check the box with: "Add Anaconda to my PATH environment variable …"/>
<meta property="og:site_name" content="Livestock3D" />
<meta property="og:url" content="https://livestock3d.github.io/get-started.html"/>
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Get Started">
<meta name="twitter:description" content="Grasshopper Install Livestock DOES NOT work without a valid installation of Grasshopper and Rhino. Anaconda Install We recommend to download and install Anaconda as your Python package manager get it here Follow the instructions on their page. Remember to check the box with: "Add Anaconda to my PATH environment variable …">
<meta name="twitter:url" content="https://livestock3d.github.io/get-started.html">
<!-- Feed -->
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:regular,bold">
<link rel="stylesheet" type="text/css" href="https://livestock3d.github.io/theme/css/w3.css">
<link rel="stylesheet" type="text/css" href="https://livestock3d.github.io/theme/css/style.css">
<link rel="stylesheet" type="text/css" href="https://livestock3d.github.io/theme/css/jqcloud.css">
<link rel="stylesheet" type="text/css" href="https://livestock3d.github.io/theme/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://livestock3d.github.io/theme/css/pygments-highlight-github.css">
<link rel="stylesheet" type="text/css" href="https://livestock3d.github.io/static/custom.css">
<!-- Icon -->
<link rel="shortcut icon" type="image/x-icon" href="https://livestock3d.github.io/favicon.ico">
<!-- JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="https://livestock3d.github.io/theme/js/jqcloud.min.js"></script>
</head>
<body>
<div class="w3-row w3-card w3-white">
<header id="header">
<a href="https://livestock3d.github.io" id="header-logo" title="Home">CK</a>
<nav id="header-menu">
<ul>
<li><a href="https://livestock3d.github.io/pages/contributing-to-livestock.html">Contributing to Livestock</a></li>
<li><a href="https://livestock3d.github.io/pages/how-is-it-working.html">How is it Working?</a></li>
<li><a href="https://livestock3d.github.io/pages/welcome-to-livestock3d.html">Welcome to Livestock3D</a></li>
<li class="w3-bottombar w3-border-white w3-hover-border-green" style="font-weight: bold;"><a href="https://livestock3d.github.io/category/posts.html">posts</a></li>
</ul>
</nav>
</header>
</div>
<br><br><br>
<article>
<header class="w3-container col-main">
<h1>Get Started</h1>
<div class="post-info">
<div class="w3-opacity w3-margin-right w3-margin-bottom" style="flex-grow: 1;">
<span><time datetime="2018-03-16T00:00:00+01:00">fr 16 marts 2018</time> in <a href="https://livestock3d.github.io/category/posts.html" title="All articles in category posts">posts</a></span>
</div>
<div>
<span class="w3-tag w3-light-grey w3-text-green w3-hover-green">
<a href="https://livestock3d.github.io/tag/grasshopper.html" title="All articles with Grasshopper tag">#grasshopper</a>
</span>
<span class="w3-tag w3-light-grey w3-text-green w3-hover-green">
<a href="https://livestock3d.github.io/tag/python.html" title="All articles with Python tag">#python</a>
</span>
<span class="w3-tag w3-light-grey w3-text-green w3-hover-green">
<a href="https://livestock3d.github.io/tag/installation.html" title="All articles with Installation tag">#installation</a>
</span>
</div>
</div>
</header>
<br>
<div class="col-main w3-container">
<section id="content">
<h2>Grasshopper Install</h2>
<p>Livestock DOES NOT work without a valid installation of Grasshopper and Rhino.</p>
<h2>Anaconda Install</h2>
<p>We recommend to download and install Anaconda as your Python package manager
<a href="https://www.anaconda.com/download/">get it here</a></p>
<p>Follow the instructions on their <a href="https://docs.anaconda.com/anaconda/install/windows">page</a>.</p>
<p>Remember to check the box with: "Add Anaconda to my PATH environment variable"</p>
<h2>Conda Environment</h2>
<p>When Anaconda is install you are ready to create a conda environment.
Open the command or Anaconda promt. Type in:</p>
<blockquote>
<p>conda create -n livestock_env python=3.6 numpy matplotlib</p>
</blockquote>
<p>Conda will then install the environment called “livestock_env”, with Python 3.6 and NumPy.
Afterwards the environment can be activated:</p>
<blockquote>
<p>activate livestock_env</p>
</blockquote>
<h2>Download and Install Livestock3D</h2>
<ul>
<li>Download the Livestock Grasshopper zip <a href="https://github.com/livestock3d/livestock3d/archive/master.zip">here</a></li>
<li>Create a folder at %appdata%\McNeel\Rhinoceros\5.0\scripts called livestock3d</li>
<li>Put the files from the folder "grasshopper" in there. </li>
<li>Create a folder called C:\livestock3d</li>
<li>Put the files from the folder livestock3d there.</li>
<li>Move the folder "Grasshopper Script" to a location of your choosing. </li>
<li>Put the files from "UserObjects" to the Grasshopper UserObjects folder.</li>
</ul>
<h2>Create your first component!</h2>
<p><a href="https://livestock3d.github.io/my-first-component.html">My First Component</a></p>
</section>
<br><br><br>
<footer>
<div class="adjust-width">
<div id="author-block" class="w3-light-grey w3-border">
<div id="author-info">
<a href="http://ocni-dtu.github.io"><img style="width: 60px; height: 60px;" src="https://github.com/livestock3d/livestock3d.github.io/blob/master/images/profil.jpg" onerror="this.src='theme/images/avatar.png'" alt="Avatar"></a>
<div style="margin-left: 20px; margin-top: 15px;">
<a href="http://ocni-dtu.github.io"><span id="author-name" class="w3-hover-text-dark-grey">Christian Kongsgaard </span></a>
<p id="author-story">I'm a former Master Student of the Technical University of Denmark (DTU).
I'm developed Livestock for my thesis.</p>
</div>
</div>
</div>
</div>
<br><br><br>
<p style="font-size:10pt; font-style: italic;">Did you like this article? Share it with your friends!</p>
<div id="share" class="share">
<a href="http://www.facebook.com/sharer.php?u=https%3A//livestock3d.github.io/get-started.html&t=Livestock3D%3A%20Get%20Started" target="_blank" class="w3-btn w3-indigo">
<i class="fa fa-facebook"></i> <span>Facebook</span>
</a>
<a href="http://twitter.com/share?url=https%3A//livestock3d.github.io/get-started.html&text=Livestock3D%3A%20Get%20Started" target="_blank" class="w3-btn w3-blue">
<i class="fa fa-twitter"></i> <span>Twitter</span>
</a>
<a href="https://plus.google.com/share?url=https%3A//livestock3d.github.io/get-started.html" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" class="w3-btn w3-red">
<i class="fa fa-google-plus"></i> <span>Google</span>
</a>
</div>
<br><br><br>
</footer>
</div>
</article>
<footer id="footer">
<div id="footer-copyright" class="w3-center w3-small w3-text-grey w3-padding-48">
<span>
©
2018 Christian Kongsgaard
</span>
</div>
</footer>
</body>
</html>