@@ -21,14 +21,18 @@ All dependencies are listed in the *environment.yml* file. To create an environm
This will create a conda environment named *pseudo*. Now activate the environment as follows:
`conda activate pseudo`
### Step 2: Creating the LSH package
### Step 2: Prepare backend - creating the LSH package
The LSH algorithm is maintained locally for now, so you'll have to create it manually. The file that you need to setup this package is located in the Flaskserver folder (this is more efficient when debugging, as for every change you have to rebuild the package). So the package can be created by running the following code:
The cloned Angular repository cannot be used directly. You have to install the node packages via
`cd Angular`
### Step 4: Running PSEUDo
As mentioned before, PSEUDo exists of a gui and a server. A Makefile is provided to setup both easily. Just run the following code for the server and gui respectively: