Installation (user)#
If you did not yet install python, please refer to the section New to python first. Ping is available on PyPi and can be installed with pip. We currently do not provide conda packages. However you can install the package in your conda/mamba environment using pip.
# Here we assume that the name of the environment is "ping"
$ mamba activate -n ping
$ pip install themachinethatgoesping
# Here we assume that the name of the environment is "ping"
$ conda activate -n ping
$ pip install themachinethatgoesping
$ pip install themachinethatgoesping
If you want to update the package use
$ pip install --upgrade themachinethatgoesping
Windows / Mac
While we are building pypi packages for Windows and Mac, support and performance is not guaranteed. On windows and MacOS we currently do not support openMP and therefore no multithreading is available. Furthermore we currently only create builds for MacOS with the new m-chips. If you are experienced with building python packages on windows and mac, please contact us to help us improve the situation.