Windows
Windows installation can be done using the python data science platform Anaconda. If not using Anaconda, Python3 can downloaded directly from the Python3 website.
Option one - Anaconda
Install Anaconda with the latest version of Python.
Open the Anaconda app.
Launch Spyder in Anaconda.
Pull the FFC repository from Github using Git, or download the repository from the Github website.
Open Spyder, and open FFC as a project.
Option two - Install Python3
Install Python3, Git and a text editor of your choice.
Add Python to your local System Path
Locate
Python3
from your local computer. Python is usually located in the following folder:or
Follow the directions in this link from step 2 to the end.
Enter the Command Prompt by typing
cmd
in the search bar, and typepython
in Command Prompt. You should see the following:Type
exit()
to exit the python shell.
Clone your project in Command Prompt using Git:
Create and activate a virtual environment.
Install dependencies using pip.
Last updated