Installation

cocktail-shaker supports Python versions 3.3+. Pyhton’s required dependencies, most notably RDKit, must be installed.

Dependencies can be located in either setup.py, requirements.txt, or a pdf generated graph of the cocktail shaker dependency.

Option 2: Download the Latest Release

Alternatively, you can get cocktail-shaker by manually download the latest release and installing it yourself:

tar -xzvf cocktail_shaker-1.1.6tar.gz
cd cocktail_shaker-1.0.0
python setup.py install

The setup.py command will install cocktail-shaker in your site-packages folder so it is automatically available to all your Python scripts.

Option 3: Clone the Repository

Lastly, the latest development version of cocktail-shaker is always available on GitHub. The version on GitHub is not guaranteed to be stable, but may include new features that have not yet been released.

Simply clone the repository and install as usual:

git clone https://github.com/Sulstice/Cocktail-Shaker.git
cd Cocktail-Shaker
python setup.py install