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
<p>When installing for MacPorts, make sure the MacPorts bin directory is the first
159
+
in the system PATH and that python27 is selected as the default Python version
160
+
in MacPorts:</p>
161
+
<divclass="highlight-python"><divclass="highlight"><pre>sudo port select --set python python27
162
+
</pre></div>
163
+
</div>
164
+
<p>For Windows systems, the easiest way to obtain <codeclass="docutils literal"><spanclass="pre">setuptools</span></code> if not already
165
+
installed is downloading the <codeclass="docutils literal"><spanclass="pre">pip</span></code> setup script <aclass="reference external" href="https://bootstrap.pypa.io/get-pip.py">get-pip.py</a> and running</p>
<p>It is recommended to install all other dependencies using prebuilt binaries.
170
+
Visit <aclass="reference external" href="http://www.scipy.org">http://www.scipy.org</a> and <aclass="reference external" href="http://www.matplotlib.org">http://www.matplotlib.org</a> for instructions.
171
+
Alternately, install a full Python distribution such as Python(x,y) or
172
+
Enthought Canopy which already includes the required components.</p>
173
+
</div>
174
+
<divclass="section" id="installation">
175
+
<h2>Installation<aclass="headerlink" href="#installation" title="Permalink to this headline">¶</a></h2>
176
+
<p>The simplest way to obtain diffpy.srmise on Unix, Linux, and Mac systems (see the <aclass="reference internal" href="SrMiselicense.html"><em>license</em></a> for terms and conditions of use) is
177
+
using <codeclass="docutils literal"><spanclass="pre">pip</span></code> to download and install the latest release from the
<p>This installs diffpy.srmise for all users in the default system location. If
190
+
administrator (root) access is not available, see the usage info from
191
+
<codeclass="docutils literal"><spanclass="pre">python</span><spanclass="pre">setup.py</span><spanclass="pre">install</span><spanclass="pre">--help</span></code> for options to install to user-writable
192
+
directories.</p>
193
+
<p>To install on Windows run either of the commands above omitting <codeclass="docutils literal"><spanclass="pre">sudo</span></code>.</p>
194
+
<divclass="section" id="what-next">
195
+
<h3>What next?<aclass="headerlink" href="#what-next" title="Permalink to this headline">¶</a></h3>
196
+
<p>Explore the <aclass="reference external" href="http://diffpy.github.io/diffpy.srmise/examples.html">SrMise examples</a>!</p>
0 commit comments