Installation#
We recommend using the mamba
package manager (see info here).
To install ptiming_ana
we recommend creating first an environment.
You can use the environment.yml
file in the repository:
$ mamba env create -n pulsar-lst1 -f environment.yml
$ conda activate pulsar-lst1
or create an empty one:
$ mamba create -n pulsar-lst1 python=3.11
$ conda activate pulsar-lst1
Then install ptiming_ana
in the environment:
$ pip install ptiming_ana