If you are new to Conda and/or Python, I would recommend using Anaconda. Or install Miniconda, if you want to minimise the space required by only downloading relevant packages when you need them. Note: you might prefer to just install conda using pip: To install it just follow the installer’s on screen instructions. If you don’t already have Anaconda you can download it here. Conda lets you set up virtual environments and is included with Anaconda, a toolkit for data science. This guide will show you how to install PySyft using Conda. It can be used within the major Deep Learning Frameworks such as TensorFlow and PyTorch. It uses Federated Learning, Differential Privacy, and Encrypyted Computation to decouple private and sensitive data. PySyft is a Python library for secure and private Deep Learning. Note that if you ignore a suggestion to create a Conda environment, P圜harm won't create a Python interperter for your project. Once you click OK, P圜harm creates an environment and installs all the required packages. Keep the suggested options, or specify an alternative Conda executable. If you didn't create a project and configure a Python interpreter in that directory before, P圜harm suggests creating a conda environment:
Create a conda environment based on environment.ymlīrowse for the directory which contains your source files and the environment.yml file, and then click Open (on Mac) or OK (on Windows): If the directory with your source files contains an environment.yml file, P圜harm can create a conda environment based on it. The selected conda environment will be reused for the current project. Otherwise, specify the location of the conda executable, or click to browse for it.Ĭhoose the desired environment from the list. Normally, P圜harm will detect conda installation. The following actions depend on whether you want to create a new conda environment or to use an existing one. In the left-hand pane of the Add Python Interpreter dialog, select Conda Environment. Click the Add Interpreter link next to the list of the available interpreters. Click the Add Interpreter link next to the list of the available interpreters.Ĭlick the Python Interpreter selector and choose Interpreter Settings. Press Ctrl+Alt+S to open Settings and go to Project: | Python Interpreter. Refer to the installation instructions for more details.Ĭlick the Python Interpreter selector and choose Add New Interpreter. Create a conda environmentĮnsure that Anaconda or Miniconda is downloaded and installed on your computer, and you're aware of a path to its executable file. Use the platform switcher at the top of this page to view shortcuts specific to your operating system. The following procedure applies to all supported operating systems. P圜harm supports creating virtual environments for Python with Conda.