Skip to content
Snippets Groups Projects
Commit 922fdb47 authored by Rishi Sharma's avatar Rishi Sharma
Browse files

Improve Documentation

parent 971eb622
No related branches found
No related tags found
No related merge requests found
......@@ -8,14 +8,17 @@ Setting up decentralizepy
* Fork the repository.
* Clone and enter your local repository.
* Check if you have python >= 3.8.
* Check if you have ``python>=3.8``.
* (Optional) Create and activate a virtual environment.
* Update pip::
* Update pip. ::
pip3 install --upgrade pip
pip install --upgrade pip
* Install decentralizepy for development::
pip3 install --editable .\[dev\]
* Install decentralizepy for development/ ::
pip3 install --editable .\[dev\]
Node
----
* The Manager. Optimizations at process level.
......@@ -34,7 +37,7 @@ Graph
Mapping
-------
* Naming. The globally unique ids of the processes <-> machine_id, local_rank
* Naming. The globally unique ids of the ``processes <-> machine_id, local_rank``
Sharing
-------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment