diff --git a/docs/source/index.rst b/docs/source/index.rst index d77c094..13b8778 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -5,7 +5,7 @@ Welcome to mango's documentation! ================================= -*mango* (modular python agent framework) is a python library for *multi-agent systems (MAS)*. It is written on top of `asyncio `_ and is releassed under the MIT license. +*mango* (modular python agent framework) is a python library for *multi-agent systems (MAS)*. It is written on top of `asyncio `_ and is released under the MIT license. *mango* allows the user to create simple agents with little effort and in the same time offers options to structure agents with complex behaviour. diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 4418ddc..a311dc8 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -4,11 +4,7 @@ Installation For installation of mango you could use virtualenv__ which can create isolated Python environments for different projects. -It is also recommended to install virtualenvwrapper__ which makes it easier to manage -different virtual environments. - __ https://virtualenv.pypa.io/en/latest/# -__ https://virtualenvwrapper.readthedocs.io/en/latest/index.html Installation with pip ---------------------