Installation
Installing Python
To install Rameau, a working version of Python 3.8 or higher has to be installed on your computer. You are free to install any Python IDE distribution you want.
Installing Rameau
The easiest way is to use the Python Package Index (PyPI), where many official python packages are gathered. To get the latest version of rameau, open the Anaconda Prompt, a Windows Command Prompt (also called command window) or a Linux terminal and type:
pip install rameau
Update Rameau
If you have already installed rameau, it is possible to update Rameau easily. To update, open a Anaconda/Windows command prompt or a Linux terminal and type:
pip install --upgrade rameau
Required dependencies
Rameau depends on a number of Python packages which are automatically
installed when using the package manager pip. The following packages
are necessary for installing Rameau:
Other optional, but recommended dependencies include:
jupyter for running notebooks
matplotlib for plotting results