Installing CherryBlossom Python Module

<aside> ⚠️ As of right now cherryblossom version 0.1.5 is the earliest fully functional release.

</aside>

To install the CherryBlossom Python module, please follow these steps:

  1. Make sure you have Python installed on your computer. If you don't have Python, download and install it from the official website: https://www.python.org/downloads/
  2. Open your terminal or command prompt and type the following command to install the CherryBlossom module using pip:

To install the CherryBlossom module using pip, type the following command in your terminal or command prompt:

pip install cherryblossom

If you have both Python 2 and Python 3 installed, you may need to use the following command instead:

pip3 install cherryblossom

  1. After running the command, pip will download and install the CherryBlossom module and all its dependencies.
  2. Once the installation is complete, you can import the CherryBlossom module in your Python code and start using it.

That's it! You have successfully installed the CherryBlossom Python module using pip or pip3.

Change Log

<aside> 💡 4/23/22 - Release

</aside>

<aside> 💡 5/1/22 - Missing file bug fixed in version 0.1.4

</aside>

GitHub repo:

https://github.com/Aleph-Null-123/nosedive

See More:

CherryBlossom Quickstart

CherryBlossom Documentation