Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ezdag
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Duncan Macleod
ezdag
Commits
2991db23
Commit
2991db23
authored
2 years ago
by
Patrick Godwin
Browse files
Options
Downloads
Patches
Plain Diff
README: update installation, add PyPI/conda badges
parent
e4264de3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+15
-1
15 additions, 1 deletion
README.md
with
15 additions
and
1 deletion
README.md
+
15
−
1
View file @
2991db23
...
...
@@ -9,14 +9,28 @@
<a
href=
"https://docs.ligo.org/patrick.godwin/ezdag/"
>
<img
alt=
"documentation"
src=
"https://img.shields.io/badge/docs-mkdocs%20material-blue.svg?style=flat"
/>
</a>
<a
href=
"https://pypi.org/project/ezdag/"
>
<img
alt=
"pypi version"
src=
"https://img.shields.io/pypi/v/ezdag.svg"
/>
</a>
<a
href=
"https://anaconda.org/conda-forge/ezdag"
>
<img
alt=
"conda version"
src=
"https://img.shields.io/conda/vn/conda-forge/ezdag.svg"
/>
</a>
</p>
---
## Installation
With
`pip`
:
```
pip install ezdag
```
With
`conda`
:
```
pip
install
git+https://git.ligo.org/patrick.godwin/
ezdag
.git
conda
install
-c conda-forge
ezdag
```
## Features
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment