Browse Source

small REDME update

Paul Pfeiffer 3 years ago
parent
commit
439a7dac09
1 changed files with 3 additions and 2 deletions
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -1,4 +1,4 @@
-# Functional aspects of interneuron morphology in the subiculum
+# 
 
 Interneurons in the subiculum have a polarized axonal cloud instead of a circular as found in other brain regions. Additionally, pyramidal neurons in the subiculum lack recurrent connections, but they connect via recurrent inhibition. Therefore, inhibition plays a major role in this circuitry and we pose the question, which function the extraordinary axon morphology serves in this setting.
 
@@ -6,7 +6,8 @@ Interneurons in the subiculum have a polarized axonal cloud instead of a circula
 
 ### How to setup the python environment
 
-It is recommended to use Anaconda (https://www.continuum.io/downloads) to create a virtual environment with the necessary dependencies. With anaconda, it is a one button install. After cloning the repository and changing into the root folder, type
+It is recommended to use [Anaconda](https://www.continuum.io/downloads) to create a virtual environment with the
+ necessary dependencies. With anaconda, it is a one button install. After cloning the repository and changing into the root folder, type
 ```
 conda env create -f environment.yml
 ```