Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
km3irf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
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
km3py
km3irf
Merge requests
!23
Resolve "installation"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "installation"
9-installation
into
main
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Tamas Gal
requested to merge
9-installation
into
main
1 year ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Closes
#9 (closed)
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
07f93c91
1 commit,
1 year ago
1 file
+
16
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.rst
+
16
−
7
Options
@@ -24,21 +24,30 @@ For further analysis in ``gammapy``, ``km3irf`` provides next modules:
Installation
------------
It is recommended to first create an isolated virtualenvironment to not interfere
with other Python projects::
It is recommended to create an isolated virtualenvironment to not interfere
with other Python projects, preferably inside the project's folder. First clone
the repository with::
git clone git@git.km3net.de:km3py/km3irf.git
or::
git clone https://git.km3net.de/km3py/km3irf.git
Create and acitvate a virtual environment::
git clone https://git.km3net.de/km3py/km3irf
cd km3irf
python3 -m venv venv
. venv/bin/activate
Install
directly from the Git server via ``pip`` (no cloneing needed)
::
Install
the package with
::
pip
install
git+https://git.km3net.de/km3py/km3irf
make
install
Or clone the repository and run::
You can also install the package directly from the Git server via ``pip`` (no cloning needed)
into any Python environment easily with::
make
install
pip
install
git+https://git.km3net.de/km3py/km3irf
To install all the development dependencies, in case you want to contribute or
run the test suite::
Loading