Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Klinische Genetica
capture-lumc
vtools
Commits
4096c59f
Commit
4096c59f
authored
5 years ago
by
Sander Bollen
Browse files
Options
Downloads
Patches
Plain Diff
prepare docs for pip
parent
17ca8486
Branches
Branches containing commit
Tags
v1.0.0
Tags containing commit
No related merge requests found
Pipeline
#2577
passed
5 years ago
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+10
-6
10 additions, 6 deletions
README.md
with
10 additions
and
6 deletions
README.md
+
10
−
6
View file @
4096c59f
...
...
@@ -134,14 +134,18 @@ Options:
## Installation
*
Python 3.6 at minimum
*
numpy and cython must be installed prior to installing vtools
*
this will get fixed in the very near future
After both requirements have been met, simply install vtools with
vtools is now on pip! Since the 'vtools' name is already taken by another
package, installing _this_ vtools requires installing the following:
```
bash
python setup.py
install
pip
install
v-tools
```
After installation, tools will still be called
`vtools-<tool>`
. Programmatic
access also simply works with
```
python
import
vtools
```
## License
...
...
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