Perform circup installation from a requirements file
.. generated by "circup freeze"
This commit is contained in:
parent
30488c93e1
commit
dc65439632
2 changed files with 2 additions and 1 deletions
1
circup_requirements.txt
Normal file
1
circup_requirements.txt
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
adafruit_requests==2.0.5
|
||||||
|
|
@ -31,5 +31,5 @@ rsync --verbose --recursive --delete --checksum --times --modify-window=1 \
|
||||||
echo 'Finished copying application code'
|
echo 'Finished copying application code'
|
||||||
|
|
||||||
echo 'Installing libraries with circup'
|
echo 'Installing libraries with circup'
|
||||||
circup install --all
|
circup install --requirement circup_requirements.txt
|
||||||
echo 'Finished installing libraries with circup'
|
echo 'Finished installing libraries with circup'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue