File: install_users.rst

package info (click to toggle)
hdmf 3.14.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 19,380 kB
  • sloc: python: 34,738; makefile: 303; sh: 35
file content (32 lines) | stat: -rw-r--r-- 1,003 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
..  _install_users:

---------------
Installing HDMF
---------------

HDMF requires having Python 3.8, 3.9, 3.10, 3.11, or 3.12 installed. If you don't have Python installed and want the simplest way to
get started, we recommend you install and use the `Anaconda Distribution`_. It includes Python, NumPy, and many other
commonly used packages for scientific computing and data science.

HDMF can be installed with ``pip``, ``conda``, or from source. HDMF works on Windows, macOS, and Linux.

Option 1: Using pip
-------------------

If you are a beginner to programming in Python and using Python tools, we recommend that you install HDMF by running
the following command in a terminal or command prompt:

.. code::

   pip install hdmf

Option 2: Using conda
---------------------

You can also install HDMF using ``conda`` by running the following command in a terminal or command prompt:

.. code::

   conda install -c conda-forge hdmf

.. _Anaconda Distribution: https://www.anaconda.com/download