Skip to content

Installation

Note

This guide is for end users using Tickersnap python package. For developers and contributors, see Development.

Prerequisites

  • 🐍 Python ≥ 3.10
  • 🖥️ Conda or venv

Setup

Install Tickersnap

It is recommended to install tickersnap in a virtual environment from PyPI or Conda in a Python=3.10 (or above) environment.

Activate your virtual environment (recommended):

source .venv/bin/activate

Install tickersnap using pip:

pip install tickersnap

Create a new environment using Conda:

conda create -n my-project python=3.10

Activate your virtual environment:

conda activate my-project

Install pip and tickersnap using conda:

conda install pip
pip install tickersnap

Note

By installing tickersnap from source, you can explore the latest features and enhancements that have not yet been officially released.

Note

Please note that the latest changes may be still in development and may not be stable and may contain bugs.

Install from source

pip install git+https://github.com/mratanusarkar/tickersnap.git