2.1 pip¶ Purpose¶ Install the released Python package into an existing Python environment. Create environment¶ RiboParser is intended for Linux/POSIX environments and recent Python versions. conda create -n ribo python=3.12 conda activate ribo Install¶ pip install riboparser