Create projects/pyre directory with README and build.mk files following the same pattern as all the other projects. build.mk should define a target making out/host/bin/pyre binary available. This can be done by running the following command: $(HOST_OUT_DIR)/bin/python3 -m pip install pyre-check.
After this issue is completed we should be able to run the following commands in the build environment:
Create projects/pyre directory with README and build.mk files following the same pattern as all the other projects. build.mk should define a target making out/host/bin/pyre binary available. This can be done by running the following command:
$(HOST_OUT_DIR)/bin/python3 -m pip install pyre-check
.After this issue is completed we should be able to run the following commands in the build environment: