You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -22,6 +28,8 @@ The quickest installation on any platform is through pip.
22
28
23
29
If you are unfamiliar with pip, please follow the detailed guides below:
24
30
31
+
32
+
25
33
Windows
26
34
#######
27
35
@@ -33,35 +41,53 @@ If you have little experience with Python we recommand using `Anaconda <https://
33
41
1. Download & install Anaconda3
34
42
2. Start Anaconda Navigator
35
43
3. On the interface, go to `Environments` and choose the environment you wish to install magpylib in. For this example, we will use the base environment:
If you want to have a custom environment without using conda, you may simply install the library with pip:
65
+
If you want to have a custom environment without using conda, you may simply install the library with pip. A simple guide for installation and functionality of pip is found `here <https://projects.raspberrypi.org/en/projects/using-pip-on-windows/5>`_
66
+
67
+
68
+
69
+
Linux
70
+
#######
71
+
72
+
Recommended: use Anaconda environment. Simply download Anaconda3 and follow installation steps as under Windows.
0 commit comments