- added needed 'testresources' module in the setup_ubuntu.sh script - Hans Boot contribution
This commit is contained in:
@@ -17,6 +17,7 @@ CHANGELOG for FlatCAM beta
|
|||||||
- fixed a string ("Penelization Reference") by Hans Boot contribution.
|
- fixed a string ("Penelization Reference") by Hans Boot contribution.
|
||||||
- fixed a string ("Penelization Reference") translations by Hans Boot contribution.
|
- fixed a string ("Penelization Reference") translations by Hans Boot contribution.
|
||||||
- fixed issue with not being able to mill holes in a Excellon object part of a loaded project (JSON serialization makes all keys in dictionary strings so I had to make sure that the obj.tools dict keys are made integers on project reconstruction)
|
- fixed issue with not being able to mill holes in a Excellon object part of a loaded project (JSON serialization makes all keys in dictionary strings so I had to make sure that the obj.tools dict keys are made integers on project reconstruction)
|
||||||
|
- added needed 'testresources' module in the setup_ubuntu.sh script - Hans Boot contribution
|
||||||
|
|
||||||
30.12.2020
|
30.12.2020
|
||||||
|
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ sudo -H python3 -m pip install --upgrade \
|
|||||||
reportlab \
|
reportlab \
|
||||||
svglib \
|
svglib \
|
||||||
pyserial \
|
pyserial \
|
||||||
|
testresources \
|
||||||
pikepdf
|
pikepdf
|
||||||
|
|
||||||
sudo -H easy_install -U distribute
|
sudo -H easy_install -U distribute
|
||||||
|
|||||||
Reference in New Issue
Block a user