-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
97eb7a0
commit 66c687b
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
|
||
<p align="center"> | ||
<a href="https://github.com/cbc-univie/mdy-newanalysis-package/blob/master/docs/_static/newanalysis_logo.png" target="_blank" rel="noopener noreferrer"> | ||
<img src="https://github.com/cbc-univie/mdy-newanalysis-package/blob/master/docs/_static/newanalysis_logo.png" alt="newanalysis Logo" width="400"/> | ||
</a> | ||
</p> | ||
|
||
### Installation | ||
|
||
```python | ||
git clone [email protected]:cbc-univie/mdy-newanalysis-package.git | ||
cd mdy-newanalysis-package | ||
pip install . | ||
``` | ||
|
||
|
||
The python package "newanalysis" contains all our homebrew functions for MDAnalysis, | ||
that formerly were embedded into the MDAnalysis package and are now available as a separate python module. | ||
Be aware that the API syntax of MDAnalysis has changed compared to the old version we have used for a long time. | ||
|