OpenMined / courses

A place where our community can discuss OpenMined Courses, including posting questions, sharing feedback, or providing comments for discussion!
http://courses.openmined.org
168 stars 74 forks source link

Update environment setup instructions and YAML #336

Open nigoshh opened 3 years ago

nigoshh commented 3 years ago

Description

The PySyft repository structure has recently been changed; as a result, installing syft requires a different command now. Other requirements in the YAML file have been changed to be consistent with the setup script for syft; pip was installing different versions of some packages, uninstalling the versions just installed by conda. This was not only superfluous, it also generated an error for one package (flask).

Affected Dependencies

None.

How has this been tested?

This has been tested by running conda env create -f openmined_courses_conda_env.yml which executed without errors.