mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-04 09:30:55 +02:00
Rename PIO Core Repository
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
# UDEV Rules for PlatformIO supported boards, http://platformio.org/boards
|
||||
#
|
||||
# The latest version of this file may be found at:
|
||||
# https://github.com/platformio/platformio/blob/develop/scripts/99-platformio-udev.rules
|
||||
# https://github.com/platformio/platformio-core/blob/develop/scripts/99-platformio-udev.rules
|
||||
#
|
||||
# This file must be placed at:
|
||||
# /etc/udev/rules.d/99-platformio-udev.rules (preferred location)
|
||||
|
@@ -112,7 +112,7 @@ Packages
|
||||
* Ubuntu/Debian users may need to add own "username" to the "dialout"
|
||||
group if they are not "root", doing this issuing a
|
||||
``sudo usermod -a -G dialout yourusername``.
|
||||
* Install "udev" rules file `99-platformio-udev.rules <https://github.com/platformio/platformio/blob/develop/scripts/99-platformio-udev.rules>`_
|
||||
* Install "udev" rules file `99-platformio-udev.rules <https://github.com/platformio/platformio-core/blob/develop/scripts/99-platformio-udev.rules>`_
|
||||
(an instruction is located in the file).
|
||||
* Raspberry Pi users, please read this article
|
||||
`Enable serial port on Raspberry Pi <https://hallard.me/enable-serial-port-on-raspberry-pi/>`__.
|
||||
|
@@ -117,7 +117,7 @@ def install_platformio():
|
||||
# r = exec_python_cmd(cmd + ["install", "-U", "platformio"])
|
||||
r = exec_python_cmd(cmd + [
|
||||
"install", "-U",
|
||||
"https://github.com/platformio/platformio/archive/develop.zip"
|
||||
"https://github.com/platformio/platformio-core/archive/develop.zip"
|
||||
])
|
||||
assert r['returncode'] == 0
|
||||
except AssertionError:
|
||||
@@ -167,7 +167,7 @@ https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platf
|
||||
if is_error:
|
||||
print("The installation process has been FAILED!\n"
|
||||
"Please report about this problem here\n"
|
||||
"< https://github.com/platformio/platformio/issues >")
|
||||
"< https://github.com/platformio/platformio-core/issues >")
|
||||
return
|
||||
else:
|
||||
print("\n ==> Installation process has been "
|
||||
|
Reference in New Issue
Block a user