Skip to content

Commit bc46d6b

Browse files
committed
Added requisite package table for Anaconda3 Python.
1 parent 78114e2 commit bc46d6b

1 file changed

Lines changed: 63 additions & 2 deletions

File tree

README.md

Lines changed: 63 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The wxMaxima tutorial2x.wxmx and exported tutorial2x.html files in the [./docs](
3535

3636
The five tutorial2\[x|bob|bobs|rods|arm].py programs described in the above "Content" section have successfully executed using Python versions 2.7.18 and 3.8.10 provided in an Ubuntu Linux 20.04 LTS release installed in WSL2 for Microsoft Windows 10 Pro version 22H2 OS build 19045.5247 with the requisite Python packages from sources listed in the following table.
3737

38-
<p align="center">Versions of requisite packages associated with Python version
38+
<p align="center">Requisite packages associated with Ubuntu Linux 20.04 Python version
3939
<table rows="8" cols="5">
4040
<tr>
4141
<th colspan="1"> </th>
@@ -86,7 +86,68 @@ The five tutorial2\[x|bob|bobs|rods|arm].py programs described in the above "Con
8686
<tr>
8787
<td colspan="5" align="left">Notes:<br>
8888
&nbsp;&nbsp;1. ODE - https://github.com/thomasmarsh/ODE<br>
89-
&nbsp;&nbsp;2. DEB - https://askubuntu.com/questions/1339872/instaling-matplotlib-for-python-2-7-in-ubuntu-20-04
89+
&nbsp;&nbsp;2. DEB - https://askubuntu.com/questions/1339872/instaling-matplotlib-for-python-2-7-in-ubuntu-20-04<br>
90+
</td>
91+
</tr>
92+
</table>
93+
</p>
94+
95+
The five programs have also successfully executed using Python versions 2.7.15 and 3.6.12 provided by Anaconda3 2019.10 installed for Microsoft Windows 10 Pro version 22H2 OS build 19045.5247 with the requisite Python packages from sources listed in the following table.
96+
97+
<p align="center">Requisite packages associated with Anaconda3 2019.10 Python version
98+
<table rows="8" cols="5">
99+
<tr>
100+
<th colspan="1"> </th>
101+
<th colspan="4" align="center">Python Version & Package Source</th>
102+
</tr>
103+
<tr>
104+
<th colspan="1" align="left">Packages</th>
105+
<th colspan="1" align="center">2.7.15</th>
106+
<th colspan="1" align="center">Source</th>
107+
<th colspan="1" align="center">3.6.12</th>
108+
<th colspan="1" align="center">Source</th>
109+
</tr>
110+
<tr>
111+
<td align="left">PyODE</td>
112+
<td align="center">0.15.2</td>
113+
<td align="center">pypi</td>
114+
<td align="center">0.16.2</td>
115+
<td align="center">ODE</td>
116+
</tr>
117+
<tr>
118+
<td align="left">Pygame</td>
119+
<td align="center">1.9.2a0</td>
120+
<td align="center">COG</td>
121+
<td align="center">2.5.2</td>
122+
<td align="center">pypi</td>
123+
</tr>
124+
<tr>
125+
<td align="left">NumPy</td>
126+
<td align="center">1.16.5</td>
127+
<td align="center">CFG</td>
128+
<td align="center">1.19.5</td>
129+
<td align="center">CFG</td>
130+
</tr>
131+
<tr>
132+
<td align="left">Matplotlib</td>
133+
<td align="center">2.2.5</td>
134+
<td align="center">CFG</td>
135+
<td align="center">3.3.4</td>
136+
<td align="center">CFG</td>
137+
</tr>
138+
<tr>
139+
<td align="left">SciPy</td>
140+
<td align="center">1.2.1</td>
141+
<td align="center">DEF</td>
142+
<td align="center">1.5.3</td>
143+
<td align="center">CFG</td>
144+
</tr>
145+
<tr>
146+
<td colspan="5" align="left">Notes:<br>
147+
&nbsp;&nbsp;1. ODE - https://github.com/thomasmarsh/ODE<br>
148+
&nbsp;&nbsp;2. COG - https://stackoverflow.com/questions/19636480/installation-of-pygame-with-anaconda<br>
149+
&nbsp;&nbsp;3. CFG - conda -c conda-forge<br>
150+
&nbsp;&nbsp;4. DEF - conda -c defaults<br>
90151
</td>
91152
</tr>
92153
</table>

0 commit comments

Comments
 (0)