-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/readthedocs_init' into 'develop'
Feature/readthedocs init See merge request ftubic/sevenbridges-cwl!5
- Loading branch information
Showing
3 changed files
with
31 additions
and
7 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
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,4 +1,25 @@ | ||
Installation | ||
============ | ||
1. Clone | ||
2. Redirect to sevenbridges-cwl and install: `cd sevenbridges-cwl && pip install .` | ||
The easiest way to install sevenbridges-cwl is using pip: | ||
``` | ||
$ pip install sevenbridges-cwl | ||
``` | ||
|
||
Get the Code | ||
============ | ||
Library `sevenbridges-cwl` is actively developed on GitHub. | ||
|
||
The easiest way to obtain the source is to clone the public repository: | ||
|
||
``` | ||
$ git clone [email protected]:sbg/sevenbridges-cwl.git | ||
``` | ||
|
||
|
||
Once you have a copy of the source, you can embed it in your Python package, | ||
or install it into your site-packages by invoking: | ||
|
||
``` | ||
$ python setup.py install | ||
``` | ||
|
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