forked from PlasmaPy/plasmapy.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.src.html
More file actions
62 lines (62 loc) · 2.65 KB
/
Copy pathindex.src.html
File metadata and controls
62 lines (62 loc) · 2.65 KB
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
<html>
<head>
<title>PlasmaPy</title>
<meta name="tags" content="PlasmaPy, physics, python, astroPy" />
<meta name="date" content="2012-07-09 22:28" />
<meta name="authors" content="PlasmaPy Developers" />
<meta name="summary" content="Main page for the PlasmaPy community" />
</head>
<body>
<div id="description">
<p>
A <a href=https://github.com/PlasmaPy/PlasmaPy>community developed</a>
An open source community developed Python 3.6+ package for plasma physics
in the early stages of development.
</p>
</div>
<div class="main-text-block">
<h2>What is PlasmaPy?</h2>
<p>
PlasmaPy intends to be for plasmas
what <a href="https://github.com/astropy/astropy">Astropy</a>
is for astronomy - a collection of functionality commonly
used and shared between plasma physicists and researchers globally,
running within and leveraging the open source scientific Python ecosystem.</p>
<p>
The goals of this project are more thoroughly described in our
<a href="vision">vision statement</a>
and <a href="https://zenodo.org/record/163752">an earlier conference poster</a>.
</p>
</div>
<div id="main-text-block">
<h2>Get PlasmaPy</h2>
<p>
You can get PlasmaPy from pip via <code>pip install plasmapy</code>.
We're not on Conda yet, but we're working on it!
</p>
<p>
Like most scientific Python packages, PlasmaPy probably runs best on the
<a href="https://www.anaconda.com/downloads">Anaconda distribution</a>.
</p>
<p>
PlasmaPy requires Python 3.6 and is not compatible with
<a href="https://pythonclock.org/">Python 2</a>.
</p>
</div>
<div id="main-text-block">
<h2>Get Involved</h2>
<p>
We need your help, every contribution is appreciated!
Check out <a href="contribute">our contribution guide</a> to PlasmaPy.
</p>
</div>
<div id="main-text-block">
<h2>Learn PlasmaPy</h2>
<p>
To learn how to use PlasmaPy check out our
<a href="https://github.com/PlasmaPy/PlasmaPy-Tutorials">tutorial repository</a> and our
<a href="http://plasmapy.readthedocs.io/en/docs/">documentation</a>.
</p>
</div>
</body>
</html>