File: sec_getting_started.rst

package info (click to toggle)
pycorrfit 1.1.7%2Bnopack-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,652 kB
  • sloc: python: 15,100; makefile: 58; sh: 13
file content (22 lines) | stat: -rw-r--r-- 995 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
===============
Getting started
===============

Installation
------------
- Windows installers for PyCorrFit are available at the `release page <https://github.com/FCS-analysis/PyCorrFit/releases>`_.
- On Debian-based systems, install via ``apt-get install pycorrfit``.
- If you have Python 3.6 installed, you may install PyCorrFit via ``pip install pycorrfit[GUI]``.
  After the installation, type ``pycorrfit`` in a command shell to start PyCorrFit.


Documentation
-------------
The documentation is in the process of being transferred entirely to
readthedocs.org. Currently, it is scattered across several
places and it is most-likely outdated:

- Original LaTeX-based PDF file (outdated): https://github.com/FCS-analysis/PyCorrFit/wiki/PyCorrFit_doc.pdf
- Wiki pages: https://github.com/FCS-analysis/PyCorrFit/wiki/
- A tutorial: https://github.com/FCS-analysis/PyCorrFit/wiki/Tutorial
- How to write model functions: https://github.com/FCS-analysis/PyCorrFit/wiki/Writing-model-functions