Skip to content

Commit 5502e13

Browse files
committed
JFrog shutdowns Bintray
1 parent 0613d4f commit 5502e13

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

core/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ If there is no Python on a user machine (you can check running ``python --versio
317317
we have 2 options:
318318

319319
1. Ask the user to install Python 3 using our guide :ref:`faq_install_python`
320-
2. You can automatically `Download Portable Python 3 <https://bintray.com/beta/#/platformio/dl-misc/python-portable?tab=files>`_
320+
2. You can automatically `Download Portable Python 3 (API) <https://api.registry.platformio.org/v3/packages/platformio/tool/python-portable>`_
321321
and unpack it in a cache folder of your application. Later, you can use
322322
``unpacked_protable_python_dir/python.exe`` for the installer script.
323323

faq.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -370,16 +370,6 @@ use :ref:`pioide`, please use built-in :ref:`piocore` which is located in:
370370
You can add ``platformio`` and ``pio`` commands to your system environment.
371371
See :ref:`piocore_install_shell_commands`.
372372

373-
Solution 4: Manual
374-
^^^^^^^^^^^^^^^^^^
375-
376-
If none of the solutions above do work for you, you can download and unpack
377-
all packages manually to ":ref:`projectconf_pio_core_dir`/packages".
378-
379-
Please visit `PlatformIO Package Storage <https://bintray.com/platformio/dl-packages>`_
380-
and download a package for your platform.
381-
A correct package path is ":ref:`projectconf_pio_core_dir`/packages/{package_name}/package.json".
382-
383373
Building
384374
~~~~~~~~
385375

0 commit comments

Comments
 (0)