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):
Install tickersnap using pip:
Create a new environment using Conda:
Activate your virtual environment:
Install pip and tickersnap using conda:
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