Install SciencePlots
masterYou can install SciencePlots using pip, conda, or by installing directly from GitHub.
Requirements:
- Latex: SciencePlots requires Latex to be installed on your system.
- CJK Fonts: If you intend to use Chinese, Japanese, or Korean fonts, you must install them separately.
# Install latest release from PyPI
pip install SciencePlots
# Install latest release using Conda
conda install -c conda-forge scienceplots
# Install latest commit from GitHub
pip install git+https://github.com/garrettj403/SciencePlots
# Clone and install from a local copy
git clone https://github.com/garrettj403/SciencePlots.git
cd SciencePlots
pip install -e .