Blog

Articles about IoT, PCB Design, Simulation and Development

2 results for Windows

Install a package manager on Windows
1 min read ES CA EN

Install a package manager on Windows

Chocolatey is a third-party package manager for the Windows console. You can check how to perform the installation at the link. Basically, we must run cmd as administrator: And paste the following…

Read more →
Install python3
3 min read ES CA EN

Install python3

Windows: If we have choco installed, we can run cmd as administrator and execute the command: choco install python3 Libraries: numpy for basic numerical computation http://www.numpy.org/ matplotlib…

Read more →